Open
Graph Drawing
Framework

 v.2012.05
 

ogdf::ExtendedNestingGraph Member List
This is the complete list of members for ogdf::ExtendedNestingGraph, including all inherited members.
addEdge(node u, node v, bool addAlways=false)ogdf::ExtendedNestingGraph [protected]
adjEdges(node v, EDGELIST &edges) const ogdf::Graph [inline]
adjEntries(node v, ADJLIST &entries) const ogdf::Graph [inline]
adjEntryArrayTableSize() const ogdf::Graph [inline]
aeLevel(node v) const ogdf::ExtendedNestingGraph [inline]
allEdges(EDGELIST &edges) const ogdf::Graph [inline]
allNodes(NODELIST &nodes) const ogdf::Graph [inline]
assign(const Graph &G, NodeArray< node > &mapNode, EdgeArray< edge > &mapEdge)ogdf::Graph [protected]
assignAeLevel(cluster c, int &count)ogdf::ExtendedNestingGraph [protected]
assignPos(const LHTreeNode *vNode, int &count)ogdf::ExtendedNestingGraph [protected]
association enum valueogdf::Graph
associationClass enum valueogdf::Graph
bottom(cluster cOrig) const ogdf::ExtendedNestingGraph [inline]
bottomRank(cluster c) const ogdf::ExtendedNestingGraph [inline]
buildLayers()ogdf::ExtendedNestingGraph [private]
chain(edge e) const ogdf::ExtendedNestingGraph [inline]
chooseEdge() const ogdf::Graph
chooseNode() const ogdf::Graph
clear()ogdf::Graph
collaps(NODELIST &nodes)ogdf::Graph [inline]
computeRanking()ogdf::ExtendedNestingGraph [private]
consistencyCheck() const ogdf::Graph
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
copy(node v) const ogdf::ExtendedNestingGraph [inline]
createDummyNodes()ogdf::ExtendedNestingGraph [private]
createVirtualClusters()ogdf::ExtendedNestingGraph [private]
createVirtualClusters(cluster c, NodeArray< node > &vCopy, ClusterArray< node > &cCopy)ogdf::ExtendedNestingGraph [private]
delEdge(edge e)ogdf::Graph
delNode(node v)ogdf::Graph
dependency enum valueogdf::Graph
dummy enum valueogdf::Graph
edgeArrayTableSize() const ogdf::Graph [inline]
EdgeType enum nameogdf::Graph
empty() const ogdf::Graph [inline]
ExtendedNestingGraph(const ClusterGraph &CG)ogdf::ExtendedNestingGraph
firstEdge() const ogdf::Graph [inline]
firstNode() const ogdf::Graph [inline]
generalization enum valueogdf::Graph
generalizationExpander enum valueogdf::Graph
generalizationMerger enum valueogdf::Graph
genus() const ogdf::Graph
getClusterGraph() const ogdf::ExtendedNestingGraph [inline]
getOriginalClusterGraph() const ogdf::ExtendedNestingGraph [inline]
Graph()ogdf::Graph
Graph(const Graph &G)ogdf::Graph
hideEdge(edge e)ogdf::Graph
highDegreeExpander enum valueogdf::Graph
inEdges(node v, EDGELIST &edges) const ogdf::Graph [inline]
isLongEdgeDummy(node v) const ogdf::ExtendedNestingGraph [inline]
isReversed(edge e) const ogdf::ExtendedNestingGraph [inline]
isVirtual(cluster c) const ogdf::ExtendedNestingGraph [inline]
lastEdge() const ogdf::Graph [inline]
lastNode() const ogdf::Graph [inline]
layer(int i) const ogdf::ExtendedNestingGraph [inline]
layerHierarchyTree(int i) const ogdf::ExtendedNestingGraph [inline]
lca(node u, node v) const ogdf::ExtendedNestingGraph [protected]
lca(LHTreeNode *uNode, LHTreeNode *vNode, LHTreeNode **uChild, LHTreeNode **vChild) const ogdf::ExtendedNestingGraph [protected]
lowDegreeExpander enum valueogdf::Graph
m_aeLevelogdf::ExtendedNestingGraph [private]
m_aeVisitedogdf::ExtendedNestingGraph [private]
m_auxDegogdf::ExtendedNestingGraph [private]
m_bottomNodeogdf::ExtendedNestingGraph [private]
m_bottomRankogdf::ExtendedNestingGraph [private]
m_CGCogdf::ExtendedNestingGraph [private]
m_copyogdf::ExtendedNestingGraph [private]
m_copyEdgeogdf::ExtendedNestingGraph [private]
m_layerogdf::ExtendedNestingGraph [private]
m_markogdf::ExtendedNestingGraph [mutable, private]
m_markedClustersogdf::ExtendedNestingGraph [mutable, private]
m_markedClustersTreeogdf::ExtendedNestingGraph [mutable, private]
m_markTreeogdf::ExtendedNestingGraph [mutable, private]
m_numLayersogdf::ExtendedNestingGraph [private]
m_origEdgeogdf::ExtendedNestingGraph [private]
m_origNodeogdf::ExtendedNestingGraph [private]
m_posogdf::ExtendedNestingGraph [private]
m_rankogdf::ExtendedNestingGraph [private]
m_secondPathogdf::ExtendedNestingGraph [mutable, private]
m_secondPathToogdf::ExtendedNestingGraph [mutable, private]
m_topNodeogdf::ExtendedNestingGraph [private]
m_topRankogdf::ExtendedNestingGraph [private]
m_typeogdf::ExtendedNestingGraph [private]
m_verticalogdf::ExtendedNestingGraph [private]
maxAdjEntryIndex() const ogdf::Graph [inline]
maxEdgeIndex() const ogdf::Graph [inline]
maxNodeIndex() const ogdf::Graph [inline]
move(edge e, adjEntry adjSrc, Direction dirSrc, adjEntry adjTgt, Direction dirTgt)ogdf::Graph
moveAdj(adjEntry adjMove, Direction dir, adjEntry adjPos)ogdf::Graph [inline]
moveAdjAfter(adjEntry adjMove, adjEntry adjAfter)ogdf::Graph [inline]
moveAdjBefore(adjEntry adjMove, adjEntry adjBefore)ogdf::Graph [inline]
moveDown(node v, const SListPure< node > &successors, NodeArray< int > &level)ogdf::ExtendedNestingGraph [protected]
moveSource(edge e, node w)ogdf::Graph
moveSource(edge e, adjEntry adjSrc, Direction dir)ogdf::Graph
moveTarget(edge e, node w)ogdf::Graph
moveTarget(edge e, adjEntry adjTgt, Direction dir)ogdf::Graph
newEdge(node v, node w)ogdf::Graph
newEdge(node v, node w, int index)ogdf::Graph
newEdge(adjEntry adjSrc, adjEntry adjTgt, Direction dir=ogdf::after)ogdf::Graph
newEdge(node v, adjEntry adjTgt)ogdf::Graph
newEdge(adjEntry adjSrc, node w)ogdf::Graph
newNode()ogdf::Graph
newNode(int index)ogdf::Graph
nextPower2(int start, int idCount)ogdf::Graph [static]
nodeArrayTableSize() const ogdf::Graph [inline]
NodeType enum nameogdf::ExtendedNestingGraph
ntClusterBottom enum valueogdf::ExtendedNestingGraph
ntClusterTop enum valueogdf::ExtendedNestingGraph
ntClusterTopBottom enum valueogdf::ExtendedNestingGraph
ntDummy enum valueogdf::ExtendedNestingGraph
ntNode enum valueogdf::ExtendedNestingGraph
numberOfEdges() const ogdf::Graph [inline]
numberOfLayers() const ogdf::ExtendedNestingGraph [inline]
numberOfNodes() const ogdf::Graph [inline]
operator=(const Graph &G)ogdf::Graph
origEdge(edge e) const ogdf::ExtendedNestingGraph [inline]
originalCluster(node v) const ogdf::ExtendedNestingGraph [inline]
origNode(node v) const ogdf::ExtendedNestingGraph [inline]
outEdges(node v, EDGELIST &edges) const ogdf::Graph [inline]
parent(node v) const ogdf::ExtendedNestingGraph [inline]
parent(cluster c) const ogdf::ExtendedNestingGraph [inline]
permute()ogdf::ExtendedNestingGraph
pos(node v) const ogdf::ExtendedNestingGraph [inline]
rank(node v) const ogdf::ExtendedNestingGraph [inline]
reachable(node v, node u, SListPure< node > &successors)ogdf::ExtendedNestingGraph [protected]
readGML(const char *fileName)ogdf::Graph
readGML(istream &is)ogdf::Graph
readLEDAGraph(const char *fileName)ogdf::Graph
readLEDAGraph(istream &is)ogdf::Graph
reduceCrossings(int i, bool dirTopDown)ogdf::ExtendedNestingGraph
reduceCrossings(LHTreeNode *cNode, bool dirTopDown)ogdf::ExtendedNestingGraph [protected]
registerArray(NodeArrayBase *pNodeArray) const ogdf::Graph
registerArray(EdgeArrayBase *pEdgeArray) const ogdf::Graph
registerArray(AdjEntryArrayBase *pAdjArray) const ogdf::Graph
registerStructure(GraphObserver *pStructure) const ogdf::Graph
removeAuxNodes()ogdf::ExtendedNestingGraph [private]
removeTopBottomEdges()ogdf::ExtendedNestingGraph
representsCombEmbedding() const ogdf::Graph [inline]
resetEdgeIdCount(int maxId)ogdf::Graph
restoreAllEdges()ogdf::Graph
restoreEdge(edge e)ogdf::Graph
restorePos()ogdf::ExtendedNestingGraph
reverseAdjEdges(node v)ogdf::Graph [inline]
reverseAdjEdges()ogdf::Graph
reverseAllEdges()ogdf::Graph
reverseEdge(edge e)ogdf::Graph
searchEdge(node v, node w) const ogdf::Graph
sort(node v, const ADJ_ENTRY_LIST &newOrder)ogdf::Graph [inline]
split(edge e)ogdf::Graph [virtual]
splitNode(adjEntry adjStartLeft, adjEntry adjStartRight)ogdf::Graph
storeCurrentPos()ogdf::ExtendedNestingGraph
swapAdjEdges(adjEntry adj1, adjEntry adj2)ogdf::Graph [inline]
top(cluster cOrig) const ogdf::ExtendedNestingGraph [inline]
topRank(cluster c) const ogdf::ExtendedNestingGraph [inline]
tryEdge(node u, node v, Graph &G, NodeArray< int > &level)ogdf::ExtendedNestingGraph [protected]
type(node v) const ogdf::ExtendedNestingGraph [inline]
unregisterArray(ListIterator< NodeArrayBase * > it) const ogdf::Graph
unregisterArray(ListIterator< EdgeArrayBase * > it) const ogdf::Graph
unregisterArray(ListIterator< AdjEntryArrayBase * > it) const ogdf::Graph
unregisterStructure(ListIterator< GraphObserver * > it) const ogdf::Graph
unsplit(node u)ogdf::Graph
unsplit(edge eIn, edge eOut)ogdf::Graph [virtual]
vertex enum valueogdf::Graph
verticalSegment(edge e) const ogdf::ExtendedNestingGraph [inline]
writeGML(const char *fileName) const ogdf::Graph
writeGML(ostream &os) const ogdf::Graph
~Graph()ogdf::Graph [virtual]