Declaration of class SimpleIncNodeInserter. More...
#include <ogdf/basic/CombinatorialEmbedding.h>
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/IncNodeInserter.h>
#include <ogdf/basic/SList.h>
#include <ogdf/basic/basic.h>
Go to the source code of this file.
Classes | |
class | ogdf::List< E > |
Doubly linked lists (maintaining the length of the list). More... | |
class | ogdf::SimpleIncNodeInserter |
Namespaces | |
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.