Declaration of class PlanRepInc. More...
#include <ogdf/basic/Array2D.h>
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/basic.h>
#include <ogdf/uml/PlanRepUML.h>
#include <ogdf/uml/UMLGraph.h>
#include <fstream>
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::PlanRepInc |
This class is only an adaption of PlanRep for the special incremental drawing case. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Declaration of class PlanRepInc.
The PlanRepInc is especially suited for incremental drawing modes. It derives from GraphObserver and therefore is always informed about changes of the underlying graph. Keeps the m_nodesInCC and m_numCC fields up-to-date.
Definition in file PlanRepInc.h.