Open
Graph Drawing
Framework

 v.2010.10
 

Public Member Functions | Protected Member Functions | Private Attributes

ogdf::PlanRepInc Class Reference

#include <ogdf/planarity/PlanRepInc.h>

Inheritance diagram for ogdf::PlanRepInc:
ogdf::PlanRepUML ogdf::GraphObserver ogdf::PlanRep ogdf::GraphCopy ogdf::Graph

List of all members.

Public Member Functions

 PlanRepInc (const UMLGraph &UG)
 PlanRepInc (const UMLGraph &UG, const NodeArray< bool > &fixed)
void initActiveCC (int i)
node initMinActiveCC (int i)
virtual void nodeDeleted (node v)
virtual void nodeAdded (node v)
virtual void edgeDeleted (edge e)
virtual void edgeAdded (edge e)
virtual void reInit ()
virtual void cleared ()
void activateNode (node v)
void activateEdge (edge e)
bool makeTreeConnected (adjEntry adjExternal)
void deleteTreeConnection (int i, int j)
void deleteTreeConnection (int i, int j, CombinatorialEmbedding &E)
void getExtAdjs (List< adjEntry > &extAdjs)
adjEntry getExtAdj (GraphCopy &GC, CombinatorialEmbedding &E)
int & componentNumber (node v)
bool & treeEdge (edge e)
const edge treeEdge (int i, int j) const
bool treeInit ()
virtual edge split (edge e)

Protected Member Functions

void initMembers (const UMLGraph &UG)
node initActiveCCGen (int i, bool minNode)

Private Attributes

NodeArray< bool > m_activeNodes
EdgeArray< bool > m_treeEdge
NodeArray< int > m_component
Array2D< edgem_eTreeArray
bool m_treeInit

Detailed Description

Definition at line 89 of file PlanRepInc.h.


Constructor & Destructor Documentation

ogdf::PlanRepInc::PlanRepInc ( const UMLGraph UG  ) 
ogdf::PlanRepInc::PlanRepInc ( const UMLGraph UG,
const NodeArray< bool > &  fixed 
)

Member Function Documentation

void ogdf::PlanRepInc::activateEdge ( edge  e  ) 
void ogdf::PlanRepInc::activateNode ( node  v  ) 
virtual void ogdf::PlanRepInc::cleared (  )  [virtual]

Called by watched graph when its clear function is called Has to be implemented by derived classes

Implements ogdf::GraphObserver.

int& ogdf::PlanRepInc::componentNumber ( node  v  )  [inline]

Definition at line 136 of file PlanRepInc.h.

void ogdf::PlanRepInc::deleteTreeConnection ( int  i,
int  j 
)
void ogdf::PlanRepInc::deleteTreeConnection ( int  i,
int  j,
CombinatorialEmbedding E 
)
virtual void ogdf::PlanRepInc::edgeAdded ( edge  e  )  [virtual]

Called by watched graph when an edge is added Has to be implemented by derived classes

Implements ogdf::GraphObserver.

virtual void ogdf::PlanRepInc::edgeDeleted ( edge  e  )  [virtual]

Called by watched graph when an edge is deleted Has to be implemented by derived classes

Implements ogdf::GraphObserver.

adjEntry ogdf::PlanRepInc::getExtAdj ( GraphCopy GC,
CombinatorialEmbedding E 
)
void ogdf::PlanRepInc::getExtAdjs ( List< adjEntry > &  extAdjs  ) 
void ogdf::PlanRepInc::initActiveCC ( int  i  ) 
node ogdf::PlanRepInc::initActiveCCGen ( int  i,
bool  minNode 
) [protected]
void ogdf::PlanRepInc::initMembers ( const UMLGraph UG  )  [protected]
node ogdf::PlanRepInc::initMinActiveCC ( int  i  ) 
bool ogdf::PlanRepInc::makeTreeConnected ( adjEntry  adjExternal  ) 
virtual void ogdf::PlanRepInc::nodeAdded ( node  v  )  [virtual]

Called by watched graph when a node is added Has to be implemented by derived classes

Implements ogdf::GraphObserver.

virtual void ogdf::PlanRepInc::nodeDeleted ( node  v  )  [virtual]

Called by watched graph when a node is deleted Has to be implemented by derived classes

Implements ogdf::GraphObserver.

virtual void ogdf::PlanRepInc::reInit (  )  [virtual]

Called by watched graph when it is reinitialized Has to be implemented by derived classes

Implements ogdf::GraphObserver.

virtual edge ogdf::PlanRepInc::split ( edge  e  )  [inline, virtual]

Definition at line 153 of file PlanRepInc.h.

const edge ogdf::PlanRepInc::treeEdge ( int  i,
int  j 
) const [inline]

Definition at line 140 of file PlanRepInc.h.

bool& ogdf::PlanRepInc::treeEdge ( edge  e  )  [inline]

Definition at line 138 of file PlanRepInc.h.

bool ogdf::PlanRepInc::treeInit (  )  [inline]

Definition at line 145 of file PlanRepInc.h.


Member Data Documentation

Definition at line 190 of file PlanRepInc.h.

Definition at line 192 of file PlanRepInc.h.

Definition at line 194 of file PlanRepInc.h.

Definition at line 191 of file PlanRepInc.h.

Definition at line 195 of file PlanRepInc.h.


The documentation for this class was generated from the following file: