Declaration of class SimpleIncNodeInserter. More...
#include <ogdf/planarity/PlanRepInc.h>#include <ogdf/basic/UMLGraph.h>#include <ogdf/basic/GraphAttributes.h>#include <ogdf/basic/GraphObserver.h>#include <ogdf/basic/IncNodeInserter.h>Go to the source code of this file.
Classes | |
| class | ogdf::SimpleIncNodeInserter |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Defines | |
| #define | OGDF_SIMPLE_INC_NODE_INSERTER_H |
Declaration of class SimpleIncNodeInserter.
This class represents a strategy for the incremental drawing approach to insert nodes (having no layout fixation) into the fixed part of a PlanRep. The simple strategy searches for the face with the maximum number of neighbours without counting the cost of introduced crossings.
Copyright (C). All rights reserved. See README.txt in the root directory of the OGDF installation for details.
Definition in file SimpleIncNodeInserter.h.
| #define OGDF_SIMPLE_INC_NODE_INSERTER_H |
Definition at line 55 of file SimpleIncNodeInserter.h.