|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
41 #pragma warning(disable : 4996)
45 #define ABACUS_VERSION 301
46 #define ABACUS_VERSION_STRING "3.0.1/OGDF"
56 using std::ostringstream;
83 static const char *onOff(
bool value);
92 return (x >= 0.0) ? x-floor(x) : ceil(x)-x;
99 static bool ascii2bool(
const string &str);
102 static bool endsWith(
const string &str,
const string &
end);
An array that keeps track of the number of inserted elements; also usable as an efficient stack.
Declaration and implementation of ArrayBuffer class.
virtual ~AbacusRoot()
The destructor.
Contains logging functionality.
Exception thrown when an algorithm realizes an internal bug that prevents it from continuing.
Base class of all other classes of ABACUS.
The parameterized class Array implements dynamic arrays of type E.
HypergraphRegistry< HypernodeElement >::iterator end(const HypergraphRegistry< HypernodeElement > &self)
static double fracPart(double x)
Returns the absolute value of the fractional part of x.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Declaration and implementation of Array class and Array algorithms.
Centralized global and local logging facility working on streams like std::cout.
std::string to_string(const std::function< std::ostream &(std::ostream &)> &func)