Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

ogdf::CommonCompactionConstraintGraphBase Member List

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

adjEntry_iterator typedefogdf::Graphprotected
adjEntryRegistry()ogdf::Graphinlineprotected
adjEntryRegistry() constogdf::Graphinlineprotected
allEdges(CONTAINER &edgeContainer) constogdf::Graphinlineprotected
allNodes(CONTAINER &nodeContainer) constogdf::Graphinlineprotected
basicArc(edge e) constogdf::CommonCompactionConstraintGraphBaseinline
chooseEdge(std::function< bool(edge)> includeEdge=[](edge) { return true;}, bool isFastTest=true) constogdf::Graphprotected
chooseNode(std::function< bool(node)> includeNode=[](node) { return true;}, bool isFastTest=true) constogdf::Graphprotected
clear()ogdf::Graphprotectedvirtual
clearObservers()ogdf::Observable< GraphObserver, Graph >inlineprotected
collapse(NODELIST &nodesToCollapse)ogdf::Graphinlineprotected
CommonCompactionConstraintGraphBase(const OrthoRep &OR, const PlanRep &PG, OrthoDir arcDir, int costAssoc)ogdf::CommonCompactionConstraintGraphBaseprotected
computeTopologicalSegmentNum(NodeArray< int > &topNum)ogdf::CommonCompactionConstraintGraphBase
consistencyCheck() constogdf::Graphprotected
contract(edge e, bool keepSelfLoops=false)ogdf::Graphprotected
cost(edge e) constogdf::CommonCompactionConstraintGraphBaseinline
delEdge(edge e)ogdf::Graphprotectedvirtual
delNode(node v)ogdf::Graphprotectedvirtual
edge_iterator typedefogdf::Graphprotected
edgeInserted(void *userData, edge original, edge copy)ogdf::Graphinlineprotectedvirtual
edgeRegistry()ogdf::Graphinlineprotected
edgeRegistry() constogdf::Graphinlineprotected
edgesogdf::Graphprotected
EdgeType enum nameogdf::Graphprotected
embed()ogdf::CommonCompactionConstraintGraphBase
empty() constogdf::Graphinlineprotected
extraNode(node v) constogdf::CommonCompactionConstraintGraphBaseinline
extraRep(node v) constogdf::CommonCompactionConstraintGraphBaseinline
firstEdge() constogdf::Graphinlineprotected
firstNode() constogdf::Graphinlineprotected
fixOnBorder(edge e) constogdf::CommonCompactionConstraintGraphBaseinline
genus() constogdf::Graphprotected
getGraph() constogdf::CommonCompactionConstraintGraphBaseinline
getGraph()ogdf::CommonCompactionConstraintGraphBaseinline
getLengthString(edge e) const =0ogdf::CommonCompactionConstraintGraphBaseprotectedpure virtual
getObservers() constogdf::Observable< GraphObserver, Graph >inlineprotected
getOrthoRep() constogdf::CommonCompactionConstraintGraphBaseinline
getPlanRep() constogdf::CommonCompactionConstraintGraphBaseinline
Graph()ogdf::Graphprotected
Graph(const Graph &copy)ogdf::Graphprotected
Graph(Graph &&move)=deleteogdf::Graphprotected
insert(const NI &nodesBegin, const NI &nodesEnd, const EI &edgesBegin, const EI &edgesEnd, NodeArray< node > &nodeMap, EdgeArray< edge > &edgeMap)ogdf::Graphprotected
insert(const NI &nodesBegin, const NI &nodesEnd, const EF &edgeFilter, NodeArray< node > &nodeMap, EdgeArray< edge > &edgeMap)ogdf::Graphprotected
insert(const NL &nodeList, const EdgeSet< true > &edgeSet, NodeArray< node > &nodeMap, EdgeArray< edge > &edgeMap)ogdf::Graphprotected
insert(const NL &nodeList, const EdgeSet< false > &edgeSet, NodeArray< node > &nodeMap, EdgeArray< edge > &edgeMap)ogdf::Graphprotected
insert(const NL &nodeList, const EL &edgeList, NodeArray< node > &nodeMap, EdgeArray< edge > &edgeMap)ogdf::Graphinlineprotected
insert(const CCsInfo &info, int cc, NodeArray< node > &nodeMap, EdgeArray< edge > &edgeMap)ogdf::Graphinlineprotected
insert(const Graph &G, NodeArray< node > &nodeMap, EdgeArray< edge > &edgeMap)ogdf::Graphinlineprotected
insert(const Graph &G)ogdf::Graphinlineprotected
insertAdjEntry(adjEntry oldAdj, adjEntry newAdj, Direction dir)ogdf::Graphinlineprivatestatic
insertAdjEntry(node n, adjEntry newAdj, Direction dir)ogdf::Graphinlineprivatestatic
insertNodes(const NI &nodesBegin, const NI &nodesEnd, NodeArray< node, true > &nodeMap, int &newNodes, void *cbData)ogdf::Graphprivate
lastEdge() constogdf::Graphinlineprotected
lastNode() constogdf::Graphinlineprotected
m_arcDirogdf::CommonCompactionConstraintGraphBaseprotected
m_borderogdf::CommonCompactionConstraintGraphBaseprotected
m_costogdf::CommonCompactionConstraintGraphBaseprotected
m_edgeIdCountogdf::Graphprivate
m_edgeToBasicArcogdf::CommonCompactionConstraintGraphBaseprotected
m_extraNodeogdf::CommonCompactionConstraintGraphBaseprotected
m_extraRepogdf::CommonCompactionConstraintGraphBaseprotected
m_hiddenEdgeSetsogdf::Graphprivate
m_mutexRegArraysogdf::Observable< GraphObserver, Graph >mutableprivate
m_nodeIdCountogdf::Graphprivate
m_oppArcDirogdf::CommonCompactionConstraintGraphBaseprotected
m_originalEdgeogdf::CommonCompactionConstraintGraphBaseprotected
m_pathogdf::CommonCompactionConstraintGraphBaseprotected
m_pathNodeogdf::CommonCompactionConstraintGraphBaseprotected
m_pORogdf::CommonCompactionConstraintGraphBaseprotected
m_pPRogdf::CommonCompactionConstraintGraphBaseprotected
m_regAdjArraysogdf::Graphprivate
m_regEdgeArraysogdf::Graphprivate
m_regNodeArraysogdf::Graphprivate
m_regObserversogdf::Observable< GraphObserver, Graph >mutableprivate
m_sinksogdf::CommonCompactionConstraintGraphBaseprotected
m_sourcesogdf::CommonCompactionConstraintGraphBaseprotected
m_typeogdf::CommonCompactionConstraintGraphBaseprotected
maxAdjEntryIndex() constogdf::Graphinlineprotected
maxEdgeIndex() constogdf::Graphinlineprotected
maxNodeIndex() constogdf::Graphinlineprotected
move(edge e, adjEntry adjSrc, Direction dirSrc, adjEntry adjTgt, Direction dirTgt)ogdf::Graphprotected
moveAdj(adjEntry adjMove, Direction dir, adjEntry adjPos)ogdf::Graphinlineprotected
moveAdj(adjEntry adj, node w)ogdf::Graphprivate
moveAdjAfter(adjEntry adjMove, adjEntry adjAfter)ogdf::Graphinlineprotected
moveAdjBefore(adjEntry adjMove, adjEntry adjBefore)ogdf::Graphinlineprotected
moveSource(edge e, node w)ogdf::Graphprotected
moveSource(edge e, adjEntry adjSrc, Direction dir)ogdf::Graphprotected
moveTarget(edge e, node w)ogdf::Graphprotected
moveTarget(edge e, adjEntry adjTgt, Direction dir)ogdf::Graphprotected
newEdge(node v, node w, int index=-1)ogdf::Graphinlineprotected
newEdge(node v, adjEntry adjTgt, int index=-1)ogdf::Graphinlineprotected
newEdge(adjEntry adjSrc, node w, int index=-1)ogdf::Graphinlineprotected
newEdge(adjEntry adjSrc, adjEntry adjTgt, Direction dir=Direction::after, int index=-1)ogdf::Graphinlineprotected
newEdge(S src, Direction dirSrc, T tgt, Direction dirTgt, int index=-1)ogdf::Graphinlineprotected
newNode(int index=-1)ogdf::Graphinlineprotected
node_iterator typedefogdf::Graphprotected
nodeInserted(void *userData, node original, node copy)ogdf::Graphinlineprotectedvirtual
nodeRegistry()ogdf::Graphinlineprotected
nodeRegistry() constogdf::Graphinlineprotected
nodesogdf::Graphprotected
nodesIn(node v) constogdf::CommonCompactionConstraintGraphBaseinline
NodeType enum nameogdf::Graphprotected
numberOfEdges() constogdf::Graphinlineprotected
numberOfNodes() constogdf::Graphinlineprotected
Observable()=defaultogdf::Observable< GraphObserver, Graph >protected
Observable(const Observable &copy)=deleteogdf::Observable< GraphObserver, Graph >protected
Observable(Observable &&move)=deleteogdf::Observable< GraphObserver, Graph >protected
Observer< TObserved, TObserver >ogdf::Observable< GraphObserver, Graph >private
onBorder(edge e) constogdf::CommonCompactionConstraintGraphBaseinline
operator const internal::GraphAdjRegistry &() constogdf::Graphinlineprotected
operator const internal::GraphEdgeRegistry &() constogdf::Graphinlineprotected
operator const internal::GraphNodeRegistry &() constogdf::Graphinlineprotected
operator=(const Graph &copy)ogdf::Graphprotected
operator=(Graph &&move)=deleteogdf::Graphprotected
Observable< GraphObserver, Graph >::operator=(const Observable &copy)=deleteogdf::Observable< GraphObserver, Graph >protected
Observable< GraphObserver, Graph >::operator=(Observable &&move)=deleteogdf::Observable< GraphObserver, Graph >protected
pathNodeOf(node v) constogdf::CommonCompactionConstraintGraphBaseinline
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)ogdf::Graphinlineprotectedvirtual
pureNewEdge(node src, node tgt, int index)ogdf::Graphinlineprivate
pureNewNode(int index)ogdf::Graphinlineprivate
registerObserver(GraphObserver *obs) constogdf::Observable< GraphObserver, Graph >inlineprivate
removeRedundantVisibArcs(SListPure< Tuple2< node, node >> &visibArcs)ogdf::CommonCompactionConstraintGraphBase
representsCombEmbedding() constogdf::Graphinlineprotected
resetEdgeIdCount(int maxId)ogdf::Graphprotected
resetNodeIdCount(int maxId)ogdf::Graphprotected
restoreAllEdges()ogdf::Graphprotected
reverseAdjEdges(node v)ogdf::Graphinlineprotected
reverseAdjEdges()ogdf::Graphprotected
reverseAllEdges()ogdf::Graphprotected
reverseEdge(edge e)ogdf::Graphprotected
searchEdge(node v, node w, bool directed=false) constogdf::Graphprotected
sort(node v, const ADJ_ENTRY_LIST &newOrder)ogdf::Graphinlineprotected
sort(node v, IT begin, IT end)ogdf::Graphinlineprotected
split(edge e)ogdf::Graphprotectedvirtual
splitNode(adjEntry adjStartLeft, adjEntry adjStartRight)ogdf::Graphprotected
swapAdjEdges(adjEntry adj1, adjEntry adj2)ogdf::Graphinlineprotected
typeOf(edge e) constogdf::CommonCompactionConstraintGraphBaseinline
unregisterObserver(typename ListPure< GraphObserver * >::iterator it) constogdf::Observable< GraphObserver, Graph >inlineprivate
unsplit(node u)ogdf::Graphprotected
unsplit(edge eIn, edge eOut)ogdf::Graphprotectedvirtual
writeGML(const char *fileName) constogdf::CommonCompactionConstraintGraphBase
writeGML(std::ostream &os) constogdf::CommonCompactionConstraintGraphBase
writeGML(const char *fileName, const NodeArray< bool > &one) constogdf::CommonCompactionConstraintGraphBase
writeGML(std::ostream &os, const NodeArray< bool > &one) constogdf::CommonCompactionConstraintGraphBase
~Graph()ogdf::Graphprotectedvirtual
~Observable()ogdf::Observable< GraphObserver, Graph >inlineprotectedvirtual