Declaration of class SimpleIncNodeInserter. More...
#include <ogdf/basic/FaceArray.h>
#include <ogdf/basic/GraphAttributes.h>
#include <ogdf/basic/GraphObserver.h>
#include <ogdf/basic/IncNodeInserter.h>
#include <ogdf/planarity/PlanRepInc.h>
#include <ogdf/uml/UMLGraph.h>
Go to the source code of this file.
Classes | |
class | ogdf::SimpleIncNodeInserter |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
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.
Definition in file SimpleIncNodeInserter.h.