Basic declarations, included by all source files.
class for timeout funtionality.
void timeLimit(bool t)
shorthand to turn timelimit off or on (with 0 seconds)
bool isTimeLimit() const
returns whether any time limit is set or not
Timeouter & operator=(const Timeouter &t)
double timeLimit() const
returns the current time limit for the call
Timeouter(const Timeouter &t)
void timeLimit(double t)
sets the time limit for the call (in seconds); <0 means no limit.
Timeouter()
timeout is turned of by default
double m_timeLimit
Time limit for module calls (< 0 means no limit).
Timeouter(double t)
timeout is set to the given value (seconds)
Timeouter(bool t)
timeout is turned off (false) or on (true) (with 0 second)
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
static MultilevelBuilder * getDoubleFactoredZeroAdjustedMerger()
The namespace for all OGDF objects.