Declaration of functions for drawing module precondition handling. More...
#include <ogdf/basic/Graph.h>#include <ogdf/basic/GraphList.h>#include <ogdf/basic/List.h>#include <ogdf/basic/basic.h>#include <ogdf/basic/internal/graph_iterators.h>#include <ogdf/uml/UMLGraph.h>Go to the source code of this file.
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Functions | |
| bool | ogdf::dfsGenTree (UMLGraph &UG, List< edge > &fakedGens, bool fakeTree) |
| 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 > &) |
Declaration of functions for drawing module precondition handling.
Definition in file precondition.h.