Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

ogdf::PlanRepUML Member List

This is the complete list of members for ogdf::PlanRepUML, including all inherited members.

adjEntry_iterator typedefogdf::Graph
adjEntryRegistry()ogdf::Graphinline
adjEntryRegistry() constogdf::Graphinline
alignUpward(adjEntry ae)ogdf::PlanRepUMLinline
alignUpward(adjEntry ae, bool b)ogdf::PlanRepUMLinline
allEdges(CONTAINER &edgeContainer) constogdf::Graphinline
allNodes(CONTAINER &nodeContainer) constogdf::Graphinline
assClassPattern() constogdf::PlanRepinlineprotected
associationPattern() constogdf::PlanRepinlineprotected
boundaryAdj(node v) constogdf::PlanRepinline
boundaryAdj(node v)ogdf::PlanRepinline
brotherPattern() constogdf::PlanRepinlineprotected
ccInfo() constogdf::PlanRepinline
chain(edge e) constogdf::GraphCopyinline
chooseEdge(std::function< bool(edge)> includeEdge=[](edge) { return true;}, bool isFastTest=true) constogdf::Graph
chooseNode(std::function< bool(node)> includeNode=[](node) { return true;}, bool isFastTest=true) constogdf::Graph
clear() overrideogdf::GraphCopyvirtual
clearObservers()ogdf::Observable< GraphObserver, Graph >inlineprotected
cliquePattern() constogdf::PlanRepinlineprotected
collapse(NODELIST &nodesToCollapse)ogdf::Graphinline
collapseVertices(const OrthoRep &OR, Layout &drawing)ogdf::PlanRepUML
ogdf::PlanRep::collapseVertices(const OrthoRep &OR, GridLayout &drawing)ogdf::PlanRep
consistencyCheck() constogdf::GraphCopy
contract(edge e, bool keepSelfLoops=false)ogdf::Graph
copy(edge e) const overrideogdf::GraphCopyinlinevirtual
copy(adjEntry adj) const overrideogdf::GraphCopyinlinevirtual
copy(node v) constogdf::GraphCopyinline
copy(edge e) const=0ogdf::GraphCopy
copy(adjEntry adj) const=0ogdf::GraphCopy
ogdf::GraphCopyBase::copy(node v) constogdf::GraphCopyBaseinline
createEmpty(const Graph &G)ogdf::GraphCopyBaseinline
currentCC() constogdf::PlanRepinline
delEdge(edge e) overrideogdf::GraphCopyvirtual
delNode(node v) overrideogdf::GraphCopyBaseinlinevirtual
e(int i) constogdf::PlanRepinline
edge_iterator typedefogdf::Graph
edgeInserted(void *userData, edge original, edge copy) overrideogdf::GraphCopyprotectedvirtual
edgeRegistry()ogdf::Graphinline
edgeRegistry() constogdf::Graphinline
edgesogdf::Graph
EdgeType enum nameogdf::Graph
edgeTypeAND(edge e, edgeType et)ogdf::PlanRepinline
edgeTypeOf(edge e) constogdf::PlanRepinline
edgeTypeOR(edge e, edgeType et)ogdf::PlanRepinline
edgeTypePrimaryAND(edge e, edgeType et)ogdf::PlanRepinline
edgeTypePrimaryOR(edge e, edgeType et)ogdf::PlanRepinline
edgeTypes(edge e)ogdf::PlanRepinline
empty() constogdf::Graphinline
expand(bool lowDegreeExpand=false) overrideogdf::PlanRepUMLvirtual
expandAdj(node v) constogdf::PlanRepinline
expandAdj(node v)ogdf::PlanRepinline
expandedNode(node v) constogdf::PlanRepinline
expandLowDegreeVertices(OrthoRep &OR, bool alignSmallDegree=false)ogdf::PlanRepUML
ogdf::PlanRep::expandLowDegreeVertices(OrthoRep &OR)ogdf::PlanRep
expansionPattern() constogdf::PlanRepinlineprotected
expansionType(edge e) constogdf::PlanRepinline
faceSplitter(edge e) constogdf::PlanRepUMLinline
firstEdge() constogdf::Graphinline
firstNode() constogdf::Graphinline
generalizationPattern() constogdf::PlanRepinlineprotected
genus() constogdf::Graph
getGraphAttributes() constogdf::PlanRepinline
getLinkCopiesOnInsert() constogdf::GraphCopyBaseinline
getObservers() constogdf::Observable< GraphObserver, Graph >inlineprotected
getOriginalGraph() constogdf::GraphCopyBaseinline
getUMLGraph() constogdf::PlanRepUMLinline
Graph()ogdf::Graph
Graph(const Graph &copy)ogdf::Graph
Graph(Graph &&move)=deleteogdf::Graph
GraphCopy()ogdf::GraphCopyinlineexplicit
GraphCopy(const Graph &G)ogdf::GraphCopyinlineexplicit
GraphCopy(const Graph *G)ogdf::GraphCopyinlineexplicit
GraphCopy(const GraphCopy &other)ogdf::GraphCopyinline
GraphCopyBase()=defaultogdf::GraphCopyBase
GraphCopyBase(const GraphCopyBase &other)=deleteogdf::GraphCopyBase
GraphCopyBase(GraphCopyBase &&other) noexcept=deleteogdf::GraphCopyBase
halfBrotherPattern() constogdf::PlanRepinlineprotected
hasAdjacentEdgesCrossings() constogdf::GraphCopy
hasNonSimpleCrossings() constogdf::GraphCopyinline
hasSameEdgesCrossings() constogdf::GraphCopy
heightOrig() constogdf::PlanRepinline
heightOrig(node v) constogdf::PlanRepinline
incrementalMergers(int indexCC) constogdf::PlanRepUMLinline
init(const Graph &G)ogdf::GraphCopyBaseinline
init(const Graph *G)ogdf::GraphCopyBaseinline
initCC(int i)ogdf::PlanRepUML
insert(const NI &nodesBegin, const NI &nodesEnd, const EI &edgesBegin, const EI &edgesEnd, NodeArray< node > &nodeMap, EdgeArray< edge > &edgeMap)ogdf::Graph
insert(const NI &nodesBegin, const NI &nodesEnd, const EF &edgeFilter, NodeArray< node > &nodeMap, EdgeArray< edge > &edgeMap)ogdf::Graph
insert(const NL &nodeList, const EdgeSet< true > &edgeSet, NodeArray< node > &nodeMap, EdgeArray< edge > &edgeMap)ogdf::Graph
insert(const NL &nodeList, const EdgeSet< false > &edgeSet, NodeArray< node > &nodeMap, EdgeArray< edge > &edgeMap)ogdf::Graph
insert(const NL &nodeList, const EL &edgeList, NodeArray< node > &nodeMap, EdgeArray< edge > &edgeMap)ogdf::Graphinline
insert(const CCsInfo &info, int cc, NodeArray< node > &nodeMap, EdgeArray< edge > &edgeMap)ogdf::Graphinline
insert(const Graph &G, NodeArray< node > &nodeMap, EdgeArray< edge > &edgeMap)ogdf::Graphinline
insert(const Graph &G)ogdf::Graphinline
insertAdjEntry(adjEntry oldAdj, adjEntry newAdj, Direction dir)ogdf::Graphinlineprivatestatic
insertAdjEntry(node n, adjEntry newAdj, Direction dir)ogdf::Graphinlineprivatestatic
insertBoundary(node center, adjEntry &adjExternal)ogdf::PlanRep
insertCrossing(edge &crossingEdge, edge crossedEdge, bool topDown)ogdf::PlanRep
insertEdgePath(edge eOrig, const SList< adjEntry > &crossedEdges)ogdf::PlanRep
ogdf::GraphCopy::insertEdgePath(node srcOrig, node tgtOrig, const SList< adjEntry > &crossedEdges)ogdf::GraphCopy
insertEdgePathEmbedded(edge eOrig, CombinatorialEmbedding &E, const SList< adjEntry > &crossedEdges)ogdf::PlanRep
ogdf::GraphCopy::insertEdgePathEmbedded(edge eOrig, CombinatorialEmbedding &E, DynamicDualGraph &dual, const SList< adjEntry > &crossedEdges)ogdf::GraphCopy
insertGenMerger(node v, const SList< edge > &inGens, CombinatorialEmbedding &E)ogdf::PlanRepUML
insertNodes(const NI &nodesBegin, const NI &nodesEnd, NodeArray< node, true > &nodeMap, int &newNodes, void *cbData)ogdf::Graphprivate
isAssClass(edge e) constogdf::PlanRepinline
isBoundary(edge e) constogdf::PlanRepinline
isBrother(edge e) constogdf::PlanRepinline
isCliqueBoundary(edge e) constogdf::PlanRepinline
isCrossingType(node v) constogdf::PlanRepinline
isDegreeExpansionEdge(edge e) constogdf::PlanRepinline
isDependency(edge e) constogdf::PlanRepinline
isDummy(node v) constogdf::GraphCopyBaseinline
isDummy(edge e) constogdf::GraphCopyBaseinline
isDummy(adjEntry adj) constogdf::GraphCopyBaseinline
isExpansion(edge e) constogdf::PlanRepinline
isExpansionEdge(edge e) constogdf::PlanRepinline
isGeneralization(edge e) constogdf::PlanRepinline
isHalfBrother(edge e) constogdf::PlanRepinline
isReversed(edge e) constogdf::GraphCopyinline
isReversedCopyEdge(edge e) constogdf::GraphCopy
isUserType(edge e, edgeType et) constogdf::PlanRepinline
isVertex(node v) constogdf::PlanRepinline
lastEdge() constogdf::Graphinline
lastNode() constogdf::Graphinline
m_alignUpwardogdf::PlanRepUMLprotected
m_boundaryAdjogdf::PlanRepprotected
m_ccInfoogdf::PlanRepprotected
m_currentCCogdf::PlanRepprotected
m_eAuxCopyogdf::PlanRepprotected
m_eCopyogdf::GraphCopyprotected
m_edgeIdCountogdf::Graphprivate
m_edgeTypesogdf::PlanRepprotected
m_eIteratorogdf::GraphCopyprotected
m_eOrigogdf::GraphCopyBaseprotected
m_eTypeogdf::PlanRepprotected
m_expandAdjogdf::PlanRepprotected
m_expandedNodeogdf::PlanRepprotected
m_expansionEdgeogdf::PlanRepprotected
m_faceSplitterogdf::PlanRepUMLprivate
m_hiddenEdgeSetsogdf::Graphprivate
m_incMergersogdf::PlanRepUMLprivate
m_linkCopiesOnInsertogdf::GraphCopyBaseprotected
m_mergeEdgesogdf::PlanRepUMLprivate
m_mutexRegArraysogdf::Observable< GraphObserver, Graph >mutableprivate
m_nodeIdCountogdf::Graphprivate
m_nodeTypesogdf::PlanRepprotected
m_oriEdgeTypesogdf::PlanRepprotected
m_pGraphogdf::GraphCopyBaseprotected
m_pGraphAttributesogdf::PlanRepprotected
m_pUmlGraphogdf::PlanRepUMLprivate
m_regAdjArraysogdf::Graphprivate
m_regEdgeArraysogdf::Graphprivate
m_regNodeArraysogdf::Graphprivate
m_regObserversogdf::Observable< GraphObserver, Graph >mutableprivate
m_vCopyogdf::GraphCopyBaseprotected
m_vOrigogdf::GraphCopyBaseprotected
m_vTypeogdf::PlanRepprotected
maxAdjEntryIndex() constogdf::Graphinline
maxEdgeIndex() constogdf::Graphinline
maxNodeIndex() constogdf::Graphinline
move(edge e, adjEntry adjSrc, Direction dirSrc, adjEntry adjTgt, Direction dirTgt)ogdf::Graph
moveAdj(adjEntry adjMove, Direction dir, adjEntry adjPos)ogdf::Graphinline
moveAdj(adjEntry adj, node w)ogdf::Graphprivate
moveAdjAfter(adjEntry adjMove, adjEntry adjAfter)ogdf::Graphinline
moveAdjBefore(adjEntry adjMove, adjEntry adjBefore)ogdf::Graphinline
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
newCopy(node vOrig, Graph::NodeType vType)ogdf::PlanRep
newCopy(node v, adjEntry adjAfter, edge eOrig)ogdf::PlanRep
newCopy(node v, adjEntry adjAfter, edge eOrig, CombinatorialEmbedding &E)ogdf::PlanRep
newEdge(edge eOrig)ogdf::GraphCopy
newEdge(node v, adjEntry adj, edge eOrig, CombinatorialEmbedding &E)ogdf::GraphCopy
newEdge(node v, node w, int index=-1)ogdf::GraphCopyinline
newEdge(node v, adjEntry adjTgt, int index=-1)ogdf::GraphCopyinline
newEdge(adjEntry adjSrc, node w, int index=-1)ogdf::GraphCopyinline
newEdge(adjEntry adjSrc, adjEntry adjTgt, Direction dir=Direction::after, int index=-1)ogdf::GraphCopyinline
newEdge(S src, Direction dirSrc, T tgt, Direction dirTgt, int index=-1)ogdf::GraphCopyinline
ogdf::GraphCopyBase::newEdge(node v, node w, int index=-1)ogdf::Graphinline
ogdf::GraphCopyBase::newEdge(node v, adjEntry adjTgt, int index=-1)ogdf::Graphinline
ogdf::GraphCopyBase::newEdge(adjEntry adjSrc, node w, int index=-1)ogdf::Graphinline
ogdf::GraphCopyBase::newEdge(adjEntry adjSrc, adjEntry adjTgt, Direction dir=Direction::after, int index=-1)ogdf::Graphinline
ogdf::GraphCopyBase::newEdge(S src, Direction dirSrc, T tgt, Direction dirTgt, int index=-1)ogdf::Graphinline
newNode(node vOrig)ogdf::GraphCopyBaseinline
newNode(int index=-1)ogdf::GraphCopyBaseinline
ogdf::Graph::newNode(int index=-1)ogdf::Graphinline
node_iterator typedefogdf::Graph
nodeInserted(void *userData, node original, node copy) overrideogdf::GraphCopyBaseprotectedvirtual
nodeRegistry()ogdf::Graphinline
nodeRegistry() constogdf::Graphinline
nodesogdf::Graph
NodeType enum nameogdf::Graph
nodeTypeOf(node v)ogdf::PlanRepinline
numberOfCCs() constogdf::PlanRepinline
numberOfEdges() constogdf::Graphinline
numberOfNodes() constogdf::Graphinline
numberOfNodesInCC() constogdf::PlanRepinline
numberOfNodesInCC(int cc) constogdf::PlanRepinline
Observable()=defaultogdf::Observable< GraphObserver, Graph >
Observable(const Observable &copy)=deleteogdf::Observable< GraphObserver, Graph >
Observable(Observable &&move)=deleteogdf::Observable< GraphObserver, Graph >
Observer< TObserved, TObserver >ogdf::Observable< GraphObserver, Graph >private
operator const internal::GraphAdjRegistry &() constogdf::Graphinline
operator const internal::GraphEdgeRegistry &() constogdf::Graphinline
operator const internal::GraphNodeRegistry &() constogdf::Graphinline
operator=(const GraphCopy &other)ogdf::GraphCopy
ogdf::GraphCopyBase::operator=(const GraphCopyBase &other)=deleteogdf::GraphCopyBase
ogdf::GraphCopyBase::operator=(GraphCopyBase &&other) noexcept=deleteogdf::GraphCopyBase
ogdf::Graph::operator=(const Graph &copy)ogdf::Graph
ogdf::Graph::operator=(Graph &&move)=deleteogdf::Graph
Observable< GraphObserver, Graph >::operator=(const Observable &copy)=deleteogdf::Observable< GraphObserver, Graph >
Observable< GraphObserver, Graph >::operator=(Observable &&move)=deleteogdf::Observable< GraphObserver, Graph >
oriEdgeTypes(edge e)ogdf::PlanRepinline
original() constogdf::GraphCopyBaseinline
original(node v) constogdf::GraphCopyBaseinline
original(edge e) constogdf::GraphCopyBaseinline
original(adjEntry adj) constogdf::GraphCopyBaseinline
PlanRep(const Graph &G)ogdf::PlanRepexplicit
PlanRep(const GraphAttributes &AG)ogdf::PlanRepexplicit
PlanRepUML(const UMLGraph &umlGraph)ogdf::PlanRepUMLexplicit
PlanRepUML(const GraphAttributes &GA)ogdf::PlanRepUMLexplicit
postInsert(void *userData, int newNodes, int newEdges)ogdf::Graphinlineprotectedvirtual
preInsert(bool copyEmbedding, bool copyIDs, bool notifyObservers, bool edgeFilter, NodeArray< node > &nodeMap, EdgeArray< edge > &edgeMap, int *newNodes, int *newEdges) overrideogdf::GraphCopyBaseprotectedvirtual
prepareIncrementalMergers(int indexCC, CombinatorialEmbedding &E)ogdf::PlanRepUMLprotected
pureNewEdge(node src, node tgt, int index)ogdf::Graphinlineprivate
pureNewNode(int index)ogdf::Graphinlineprivate
registerObserver(GraphObserver *obs) constogdf::Observable< GraphObserver, Graph >inlineprivate
removeAdjacentEdgesCrossing(adjEntry adj1, adjEntry adj2, DynamicDualGraph *dualGraph)ogdf::GraphCopyprotected
removeCrossing(node v)ogdf::PlanRep
removeDeg1Nodes(ArrayBuffer< Deg1RestoreInfo > &S, const NodeArray< bool > &mark)ogdf::PlanRep
removeEdgePath(edge eOrig)ogdf::GraphCopy
removeEdgePathEmbedded(CombinatorialEmbedding &E, edge eOrig, FaceSet< false > &newFaces)ogdf::PlanRepinline
ogdf::GraphCopy::removeEdgePathEmbedded(CombinatorialEmbedding &E, DynamicDualGraph &dual, edge eOrig)ogdf::GraphCopy
removeFaceSplitter()ogdf::PlanRepUMLinline
removeNonSimpleCrossings(SListPure< edge > &edgesToCheck, DynamicDualGraph *dualGraph=nullptr)ogdf::GraphCopy
removeNonSimpleCrossings(DynamicDualGraph *dualGraph=nullptr)ogdf::GraphCopyinline
removeNonSimpleCrossings(node origNode, DynamicDualGraph *dualGraph=nullptr)ogdf::GraphCopyinline
removePseudoCrossings()ogdf::GraphCopy
removeSameEdgesCrossing(adjEntry adjFirstCrossing1, adjEntry adjFirstCrossing2, adjEntry adjSecondCrossing1, adjEntry adjSecondCrossing2, DynamicDualGraph *dualGraph)ogdf::GraphCopyprotected
removeUnnecessaryCrossing(adjEntry adjA1, adjEntry adjA2, adjEntry adjB1, adjEntry adjB2)ogdf::GraphCopyprotected
removeUnnecessaryCrossing(adjEntry adj, DynamicDualGraph *dualGraph)ogdf::GraphCopyprotected
representsCombEmbedding() constogdf::Graphinline
resetEdgeIdCount(int maxId)ogdf::Graph
resetNodeIdCount(int maxId)ogdf::Graph
restoreAllEdges()ogdf::Graph
restoreDeg1Nodes(ArrayBuffer< Deg1RestoreInfo > &S, List< node > &deg1s)ogdf::PlanRep
reverseAdjEdges(node v)ogdf::Graphinline
reverseAdjEdges()ogdf::Graph
reverseAllEdges()ogdf::Graph
reverseEdge(edge e)ogdf::Graph
searchEdge(node v, node w, bool directed=false) constogdf::Graph
setAssClass(edge e)ogdf::PlanRepinline
setAssociation(edge e)ogdf::PlanRepinline
setBrother(edge e)ogdf::PlanRepinline
setCliqueBoundary(edge e)ogdf::PlanRepinline
setCopyType(edge eCopy, edge eOrig)ogdf::PlanRepprotected
setCrossingType(node v)ogdf::PlanRepinline
setDependency(edge e)ogdf::PlanRepinline
setEdge(edge eOrig, edge eCopy)ogdf::GraphCopy
setEdgeTypeOf(edge e, edgeType et)ogdf::PlanRepinline
setExpandedNode(node v, node w)ogdf::PlanRepinline
setExpansion(edge e)ogdf::PlanRepinline
setExpansionEdge(edge e, int expType)ogdf::PlanRepinline
setGeneralization(edge e)ogdf::PlanRepinline
setHalfBrother(edge e)ogdf::PlanRepinline
setLinkCopiesOnInsert(bool linkCopiesOnInsert)ogdf::GraphCopyBaseinline
setOriginalEdgeAlongCrossings(adjEntry adjCopy1, adjEntry adjCopy2, node vCopy, edge eOrig1, edge eOrig2)ogdf::GraphCopyprotected
setOriginalEmbedding() overrideogdf::GraphCopyvirtual
setOriginalGraph(const Graph *G) overrideogdf::GraphCopyvirtual
setOriginalGraph(const Graph *G)=0ogdf::GraphCopy
setOriginalGraph(const Graph &G)ogdf::GraphCopyinline
ogdf::GraphCopyBase::setOriginalGraph(const Graph &G)ogdf::GraphCopyBaseinline
setPrimaryType(edge e, edgeType et)ogdf::PlanRepinline
setPrimaryType(edge e, UMLEdgeTypeConstants et)ogdf::PlanRepinline
setSecondaryType(edge e, edgeType et)ogdf::PlanRepinline
setType(edge e, EdgeType et)ogdf::PlanRepinline
setupIncremental(int indexCC, CombinatorialEmbedding &E)ogdf::PlanRepUML
setUserType(edge e, edgeType et)ogdf::PlanRepinline
sort(node v, const ADJ_ENTRY_LIST &newOrder)ogdf::Graphinline
sort(node v, IT begin, IT end)ogdf::Graphinline
split(edge e) overrideogdf::PlanRepUMLinlinevirtual
splitNode(adjEntry adjStartLeft, adjEntry adjStartRight)ogdf::Graph
startEdge() constogdf::PlanRepinline
startNode() constogdf::PlanRepinline
startNode(int cc) constogdf::PlanRepinline
stopEdge() constogdf::PlanRepinline
stopNode() constogdf::PlanRepinline
stopNode(int cc) constogdf::PlanRepinline
swapAdjEdges(adjEntry adj1, adjEntry adj2)ogdf::Graphinline
swapOriginalEdgesAtCrossing(adjEntry adjCopy1, adjEntry adjCopy2, DynamicDualGraph *dual=nullptr)ogdf::GraphCopyprotected
swapOriginalEdgesBetweenCrossings(adjEntry adjFirstCrossing1, adjEntry adjFirstCrossing2, adjEntry adjSecondCrossing1, adjEntry adjSecondCrossing2, DynamicDualGraph *dual=nullptr)ogdf::GraphCopyprotected
typeOf(node v) constogdf::PlanRepinline
typeOf(node v)ogdf::PlanRepinline
typeOf(edge e) constogdf::PlanRepinline
typeOf(edge e)ogdf::PlanRepinline
typeOrig(edge e) constogdf::PlanRepinline
unregisterObserver(typename ListPure< GraphObserver * >::iterator it) constogdf::Observable< GraphObserver, Graph >inlineprivate
unsplit(edge eIn, edge eOut) overrideogdf::GraphCopyvirtual
ogdf::GraphCopyBase::unsplit(node u)ogdf::Graph
v(int i) constogdf::PlanRepinline
widthOrig() constogdf::PlanRepinline
widthOrig(node v) constogdf::PlanRepinline
writeGML(const char *fileName, const Layout &drawing)ogdf::PlanRepUML
writeGML(const char *fileName)ogdf::PlanRepUML
writeGML(const char *fileName, GraphAttributes &AG)ogdf::PlanRepUML
writeGML(std::ostream &os, const Layout &drawing)ogdf::PlanRepUML
writeGML(const char *fileName, const OrthoRep &OR, const Layout &drawing)ogdf::PlanRepUML
writeGML(std::ostream &os, const OrthoRep &OR, const Layout &drawing)ogdf::PlanRepUML
writeGML(const char *fileName, const OrthoRep &OR, const GridLayoutMapped &drawing)ogdf::PlanRepUML
writeGML(std::ostream &os, const OrthoRep &OR, const GridLayoutMapped &drawing)ogdf::PlanRepUML
ogdf::PlanRep::writeGML(const char *fileName, const OrthoRep &OR, const GridLayout &drawing)ogdf::PlanRep
ogdf::PlanRep::writeGML(std::ostream &os, const OrthoRep &OR, const GridLayout &drawing)ogdf::PlanRep
~Graph()ogdf::Graphvirtual
~Observable()ogdf::Observable< GraphObserver, Graph >inlinevirtual
~PlanRep()ogdf::PlanRepinlinevirtual
~PlanRepUML()ogdf::PlanRepUMLinline