Open
Graph Drawing
Framework

 v.2012.05
 

ogdf::CompactionConstraintGraphBase Member List
This is the complete list of members for ogdf::CompactionConstraintGraphBase, including all inherited members.
adjEdges(node v, EDGELIST &edges) const ogdf::Graph [inline, protected]
adjEntries(node v, ADJLIST &entries) const ogdf::Graph [inline, protected]
adjEntryArrayTableSize() const ogdf::Graph [inline, protected]
align(bool b)ogdf::CompactionConstraintGraphBase [inline]
alignmentArc(edge e) const ogdf::CompactionConstraintGraphBase [inline]
allEdges(EDGELIST &edges) const ogdf::Graph [inline, protected]
allNodes(NODELIST &nodes) const ogdf::Graph [inline, protected]
assign(const Graph &G, NodeArray< node > &mapNode, EdgeArray< edge > &mapEdge)ogdf::Graph [protected]
association enum valueogdf::Graph [protected]
associationClass enum valueogdf::Graph [protected]
basicArc(edge e) const ogdf::CompactionConstraintGraphBase [inline]
chooseEdge() const ogdf::Graph [protected]
chooseNode() const ogdf::Graph [protected]
clear()ogdf::Graph [protected]
collaps(NODELIST &nodes)ogdf::Graph [inline, protected]
CompactionConstraintGraphBase(const OrthoRep &OR, const PlanRep &PG, OrthoDir arcDir, int costGen=1, int costAssoc=1, bool align=false)ogdf::CompactionConstraintGraphBase [protected]
computeTopologicalSegmentNum(NodeArray< int > &topNum)ogdf::CompactionConstraintGraphBase [protected]
consistencyCheck() const ogdf::Graph [protected]
construct(const Graph &G, NodeArray< node > &mapNode, EdgeArray< edge > &mapEdge)ogdf::Graph [protected]
constructInitByActiveNodes(const List< node > &nodes, const NodeArray< bool > &activeNodes, NodeArray< node > &mapNode, EdgeArray< edge > &mapEdge)ogdf::Graph [protected]
constructInitByNodes(const Graph &G, const List< node > &nodes, NodeArray< node > &mapNode, EdgeArray< edge > &mapEdge)ogdf::Graph [protected]
contract(edge e)ogdf::Graph [protected]
delEdge(edge e)ogdf::Graph [protected]
delNode(node v)ogdf::Graph [protected]
dependency enum valueogdf::Graph [protected]
dfsInsertPathVertex(node v, node pathVertex, NodeArray< bool > &visited, const NodeArray< node > &genOpposite)ogdf::CompactionConstraintGraphBase [private]
dummy enum valueogdf::Graph [protected]
edgeArrayTableSize() const ogdf::Graph [inline, protected]
EdgeType enum nameogdf::Graph [protected]
embed()ogdf::CompactionConstraintGraphBase [protected]
empty() const ogdf::Graph [inline, protected]
firstEdge() const ogdf::Graph [inline, protected]
firstNode() const ogdf::Graph [inline, protected]
fixOnBorder(edge e) const ogdf::CompactionConstraintGraphBase [inline]
generalization enum valueogdf::Graph [protected]
generalizationExpander enum valueogdf::Graph [protected]
generalizationMerger enum valueogdf::Graph [protected]
genus() const ogdf::Graph [protected]
getPlanRep() const ogdf::CompactionConstraintGraphBase [inline]
Graph()ogdf::Graph [protected]
Graph(const Graph &G)ogdf::Graph [protected]
hideEdge(edge e)ogdf::Graph [protected]
highDegreeExpander enum valueogdf::Graph [protected]
inEdges(node v, EDGELIST &edges) const ogdf::Graph [inline, protected]
insertBasicArcs(const PlanRep &PG)ogdf::CompactionConstraintGraphBase [private]
insertPathVertices(const PlanRep &PG)ogdf::CompactionConstraintGraphBase [private]
lastEdge() const ogdf::Graph [inline, protected]
lastNode() const ogdf::Graph [inline, protected]
lowDegreeExpander enum valueogdf::Graph [protected]
m_alignogdf::CompactionConstraintGraphBase [private]
m_alignmentArcogdf::CompactionConstraintGraphBase [protected]
m_arcDirogdf::CompactionConstraintGraphBase [protected]
m_borderogdf::CompactionConstraintGraphBase [protected]
m_costogdf::CompactionConstraintGraphBase [protected]
m_edgeCostogdf::CompactionConstraintGraphBase [protected]
m_edgeToBasicArcogdf::CompactionConstraintGraphBase [protected]
m_oppArcDirogdf::CompactionConstraintGraphBase [protected]
m_originalEdgeogdf::CompactionConstraintGraphBase [protected]
m_pathogdf::CompactionConstraintGraphBase [protected]
m_pathNodeogdf::CompactionConstraintGraphBase [protected]
m_pathToEdgeogdf::CompactionConstraintGraphBase [protected]
m_pORogdf::CompactionConstraintGraphBase [protected]
m_pPRogdf::CompactionConstraintGraphBase [protected]
m_sinksogdf::CompactionConstraintGraphBase [private]
m_sourcesogdf::CompactionConstraintGraphBase [private]
m_superSinkogdf::CompactionConstraintGraphBase [private]
m_superSourceogdf::CompactionConstraintGraphBase [private]
m_typeogdf::CompactionConstraintGraphBase [protected]
m_verticalArcogdf::CompactionConstraintGraphBase [protected]
m_verticalGenogdf::CompactionConstraintGraphBase [protected]
maxAdjEntryIndex() const ogdf::Graph [inline, protected]
maxEdgeIndex() const ogdf::Graph [inline, protected]
maxNodeIndex() const ogdf::Graph [inline, protected]
move(edge e, adjEntry adjSrc, Direction dirSrc, adjEntry adjTgt, Direction dirTgt)ogdf::Graph [protected]
moveAdj(adjEntry adjMove, Direction dir, adjEntry adjPos)ogdf::Graph [inline, protected]
moveAdjAfter(adjEntry adjMove, adjEntry adjAfter)ogdf::Graph [inline, protected]
moveAdjBefore(adjEntry adjMove, adjEntry adjBefore)ogdf::Graph [inline, protected]
moveSource(edge e, node w)ogdf::Graph [protected]
moveSource(edge e, adjEntry adjSrc, Direction dir)ogdf::Graph [protected]
moveTarget(edge e, node w)ogdf::Graph [protected]
moveTarget(edge e, adjEntry adjTgt, Direction dir)ogdf::Graph [protected]
newEdge(node v, node w)ogdf::Graph [protected]
newEdge(node v, node w, int index)ogdf::Graph [protected]
newEdge(adjEntry adjSrc, adjEntry adjTgt, Direction dir=ogdf::after)ogdf::Graph [protected]
newEdge(node v, adjEntry adjTgt)ogdf::Graph [protected]
newEdge(adjEntry adjSrc, node w)ogdf::Graph [protected]
newNode()ogdf::Graph [protected]
newNode(int index)ogdf::Graph [protected]
nextPower2(int start, int idCount)ogdf::Graph [protected, static]
nodeArrayTableSize() const ogdf::Graph [inline, protected]
NodeType enum nameogdf::Graph [protected]
numberOfEdges() const ogdf::Graph [inline, protected]
numberOfNodes() const ogdf::Graph [inline, protected]
onBorder(edge e) const ogdf::CompactionConstraintGraphBase [inline]
operator=(const Graph &G)ogdf::Graph [protected]
outEdges(node v, EDGELIST &edges) const ogdf::Graph [inline, protected]
pathToOriginal(node v)ogdf::CompactionConstraintGraphBase [inline]
readGML(const char *fileName)ogdf::Graph [protected]
readGML(istream &is)ogdf::Graph [protected]
readLEDAGraph(const char *fileName)ogdf::Graph [protected]
readLEDAGraph(istream &is)ogdf::Graph [protected]
registerArray(NodeArrayBase *pNodeArray) const ogdf::Graph [protected]
registerArray(EdgeArrayBase *pEdgeArray) const ogdf::Graph [protected]
registerArray(AdjEntryArrayBase *pAdjArray) const ogdf::Graph [protected]
registerStructure(GraphObserver *pStructure) const ogdf::Graph [protected]
removeRedundantVisibArcs(SListPure< Tuple2< node, node > > &visibArcs)ogdf::CompactionConstraintGraphBase [protected]
representsCombEmbedding() const ogdf::Graph [inline, protected]
resetEdgeIdCount(int maxId)ogdf::Graph [protected]
restoreAllEdges()ogdf::Graph [protected]
restoreEdge(edge e)ogdf::Graph [protected]
reverseAdjEdges(node v)ogdf::Graph [inline, protected]
reverseAdjEdges()ogdf::Graph [protected]
reverseAllEdges()ogdf::Graph [protected]
reverseEdge(edge e)ogdf::Graph [protected]
searchEdge(node v, node w) const ogdf::Graph [protected]
sort(node v, const ADJ_ENTRY_LIST &newOrder)ogdf::Graph [inline, protected]
split(edge e)ogdf::Graph [protected, virtual]
splitNode(adjEntry adjStartLeft, adjEntry adjStartRight)ogdf::Graph [protected]
swapAdjEdges(adjEntry adj1, adjEntry adj2)ogdf::Graph [inline, protected]
unregisterArray(ListIterator< NodeArrayBase * > it) const ogdf::Graph [protected]
unregisterArray(ListIterator< EdgeArrayBase * > it) const ogdf::Graph [protected]
unregisterArray(ListIterator< AdjEntryArrayBase * > it) const ogdf::Graph [protected]
unregisterStructure(ListIterator< GraphObserver * > it) const ogdf::Graph [protected]
unsplit(node u)ogdf::Graph [protected]
unsplit(edge eIn, edge eOut)ogdf::Graph [protected, virtual]
vertex enum valueogdf::Graph [protected]
verticalArc(edge e) const ogdf::CompactionConstraintGraphBase [inline]
verticalGen(edge e) const ogdf::CompactionConstraintGraphBase [inline]
writeGML(const char *fileName) const ogdf::CompactionConstraintGraphBase
writeGML(ostream &os) const ogdf::CompactionConstraintGraphBase
writeGML(const char *fileName, NodeArray< bool > one) const ogdf::CompactionConstraintGraphBase
writeGML(ostream &os, NodeArray< bool > one) const ogdf::CompactionConstraintGraphBase
writeLength(ostream &os, edge e) const =0ogdf::CompactionConstraintGraphBase [protected, pure virtual]
~Graph()ogdf::Graph [protected, virtual]