Declaration of class PlanRepInc. More...
#include <ogdf/basic/Array2D.h>
#include <ogdf/basic/GraphAttributes.h>
#include <ogdf/basic/GraphObserver.h>
#include <ogdf/planarity/PlanRep.h>
#include <ogdf/uml/PlanRepUML.h>
#include <ogdf/uml/UMLGraph.h>
Go to the source code of this file.
Classes | |
class | ogdf::PlanRepInc |
This class is only an adaption of PlanRep for the special incremental drawing case. More... | |
Namespaces | |
namespace | 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.