Declaration of functions for drawing module precondition handling. More...
#include <ogdf/orthogonal/EdgeRouter.h>Go to the source code of this file.
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Defines | |
| #define | OREAS_PRECONDITION_H |
Functions | |
| bool | ogdf::dfsGenTreeRec (UMLGraph &UG, EdgeArray< bool > &used, NodeArray< int > &hierNumber, int hierNum, node v, List< edge > &fakedGens, bool fakeTree) |
| edge | ogdf::firstOutGen (UMLGraph &UG, node v, EdgeArray< bool > &) |
| bool | ogdf::dfsGenTree (UMLGraph &UG, List< edge > &fakedGens, bool fakeTree) |
Declaration of functions for drawing module precondition handling.
Copyright (C). All rights reserved. See README.txt in the root directory of the OGDF installation for details.
Definition in file precondition.h.
| #define OREAS_PRECONDITION_H |
Definition at line 50 of file precondition.h.