This is the complete list of members for ogdf::GraphCopySimple, including all inherited members.
| adjEntry_iterator typedef | ogdf::Graph | |
| adjEntryArrayTableSize() const | ogdf::Graph | inline |
| allEdges(CONTAINER &edgeContainer) const | ogdf::Graph | inline |
| allNodes(CONTAINER &nodeContainer) const | ogdf::Graph | inline |
| assign(const Graph &G, NodeArray< node > &mapNode, EdgeArray< edge > &mapEdge) | ogdf::Graph | protected |
| chooseEdge(std::function< bool(edge)> includeEdge=[](edge) { return true;}, bool isFastTest=true) const | ogdf::Graph | |
| chooseNode(std::function< bool(node)> includeNode=[](node) { return true;}, bool isFastTest=true) const | ogdf::Graph | |
| clear() | ogdf::Graph | virtual |
| collapse(NODELIST &nodesToCollapse) | ogdf::Graph | inline |
| construct(const Graph &G, NodeArray< node > &mapNode, EdgeArray< edge > &mapEdge) | ogdf::Graph | protected |
| constructInitByActiveNodes(const List< node > &nodeList, const NodeArray< bool > &activeNodes, NodeArray< node > &mapNode, EdgeArray< edge > &mapEdge) | ogdf::Graph | protected |
| constructInitByCC(const CCsInfo &info, int cc, NodeArray< node > &mapNode, EdgeArray< edge > &mapEdge) | ogdf::Graph | protected |
| constructInitByNodes(const Graph &G, const List< node > &nodeList, NodeArray< node > &mapNode, EdgeArray< edge > &mapEdge) | ogdf::Graph | protected |
| contract(edge e, bool keepSelfLoops=false) | ogdf::Graph | |
| copy(node v) const | ogdf::GraphCopySimple | inline |
| copy(edge e) const | ogdf::GraphCopySimple | inline |
| copy(adjEntry adj) const | ogdf::GraphCopySimple | inline |
| createEdgeElement(node v, node w, adjEntry adjSrc, adjEntry adjTgt) | ogdf::Graph | private |
| createEmpty(const Graph &G) | ogdf::GraphCopySimple | |
| delEdge(edge e) override | ogdf::GraphCopySimple | virtual |
| delNode(node v) override | ogdf::GraphCopySimple | virtual |
| edge_iterator typedef | ogdf::Graph | |
| edgeArrayTableSize() const | ogdf::Graph | inline |
| edges | ogdf::Graph | |
| EdgeType enum name | ogdf::Graph | |
| empty() const | ogdf::Graph | inline |
| firstEdge() const | ogdf::Graph | inline |
| firstNode() const | ogdf::Graph | inline |
| genus() const | ogdf::Graph | |
| Graph() | ogdf::Graph | |
| Graph(const Graph &G) | ogdf::Graph | |
| GraphCopySimple() | ogdf::GraphCopySimple | |
| GraphCopySimple(const Graph &G) | ogdf::GraphCopySimple | explicit |
| GraphCopySimple(const GraphCopySimple &GC) | ogdf::GraphCopySimple | |
| init(const Graph &G) | ogdf::GraphCopySimple | |
| initGC(const GraphCopySimple &GC, NodeArray< node > &vCopy, EdgeArray< edge > &eCopy) | ogdf::GraphCopySimple | private |
| insert(const Graph &G, NodeArray< node > &nodeMap) | ogdf::Graph | |
| insert(const Graph &G) | ogdf::Graph | |
| isDummy(node v) const | ogdf::GraphCopySimple | inline |
| isDummy(edge e) const | ogdf::GraphCopySimple | inline |
| lastEdge() const | ogdf::Graph | inline |
| lastNode() const | ogdf::Graph | inline |
| m_eCopy | ogdf::GraphCopySimple | private |
| m_edgeArrayTableSize | ogdf::Graph | private |
| m_edgeIdCount | ogdf::Graph | private |
| m_eOrig | ogdf::GraphCopySimple | private |
| m_hiddenEdgeSets | ogdf::Graph | private |
| m_mutexRegArrays | ogdf::Graph | mutableprivate |
| m_nodeArrayTableSize | ogdf::Graph | private |
| m_nodeIdCount | ogdf::Graph | private |
| m_pGraph | ogdf::GraphCopySimple | private |
| m_regAdjArrays | ogdf::Graph | mutableprivate |
| m_regEdgeArrays | ogdf::Graph | mutableprivate |
| m_regNodeArrays | ogdf::Graph | mutableprivate |
| m_regStructures | ogdf::Graph | mutableprivate |
| m_vCopy | ogdf::GraphCopySimple | private |
| m_vOrig | ogdf::GraphCopySimple | 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 |
| moveAdj(adjEntry adj, node w) | ogdf::Graph | private |
| moveAdjAfter(adjEntry adjMove, adjEntry adjAfter) | ogdf::Graph | inline |
| moveAdjBefore(adjEntry adjMove, adjEntry adjBefore) | ogdf::Graph | inline |
| moveRegisterArray(ListIterator< ArrayBase * > it, ArrayBase *pArray) const | ogdf::Graph | inline |
| 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(edge eOrig) | ogdf::GraphCopySimple | inline |
| newEdge(node v, node w) | ogdf::GraphCopySimple | |
| newEdge(node v, node w, int index) | ogdf::GraphCopySimple | |
| newEdge(adjEntry adjSrc, adjEntry adjTgt, Direction dir=Direction::after) | ogdf::GraphCopySimple | |
| newEdge(node v, adjEntry adjTgt) | ogdf::GraphCopySimple | |
| newEdge(adjEntry adjSrc, node w) | ogdf::GraphCopySimple | |
| newNode(node vOrig) | ogdf::GraphCopySimple | inline |
| newNode() | ogdf::GraphCopySimple | |
| newNode(int index) | ogdf::GraphCopySimple | |
| node_iterator typedef | ogdf::Graph | |
| nodeArrayTableSize() const | ogdf::Graph | inline |
| nodes | ogdf::Graph | |
| NodeType enum name | ogdf::Graph | |
| numberOfEdges() const | ogdf::Graph | inline |
| numberOfNodes() const | ogdf::Graph | inline |
| operator=(const GraphCopySimple &GC) | ogdf::GraphCopySimple | |
| ogdf::Graph::operator=(const Graph &G) | ogdf::Graph | |
| original() const | ogdf::GraphCopySimple | inline |
| original(node v) const | ogdf::GraphCopySimple | inline |
| original(edge e) const | ogdf::GraphCopySimple | inline |
| original(adjEntry adj) const | ogdf::GraphCopySimple | inline |
| pureNewNode() | ogdf::Graph | private |
| registerArray(NodeArrayBase *pNodeArray) const | ogdf::Graph | |
| registerArray(EdgeArrayBase *pEdgeArray) const | ogdf::Graph | |
| registerArray(AdjEntryArrayBase *pAdjArray) const | ogdf::Graph | |
| registerStructure(GraphObserver *pStructure) const | ogdf::Graph | |
| reinitArrays(bool doResetTableSizes=true) | ogdf::Graph | private |
| representsCombEmbedding() const | ogdf::Graph | inline |
| resetAdjEntryIndex(int newIndex, int oldIndex) | ogdf::Graph | private |
| resetEdgeIdCount(int maxId) | ogdf::Graph | |
| resetTableSizes() | ogdf::Graph | private |
| restoreAllEdges() | ogdf::Graph | private |
| reverseAdjEdges(node v) | ogdf::Graph | inline |
| reverseAdjEdges() | ogdf::Graph | |
| reverseAllEdges() | ogdf::Graph | |
| reverseEdge(edge e) | ogdf::Graph | |
| searchEdge(node v, node w, bool directed=false) 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 | |
| swapAdjEdges(adjEntry adj1, adjEntry adj2) | ogdf::Graph | 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 |
| ~Graph() | ogdf::Graph | virtual |
| ~GraphCopySimple() | ogdf::GraphCopySimple | inlinevirtual |