AvogadroLibs  1.96.0
Graph Member List

This is the complete list of members for Graph, including all inherited members.

addEdge(size_t a, size_t b)Graph
addVertex()Graph
clear()Graph
connectedComponent(size_t index) constGraph
connectedComponents() constGraph
containsEdge(size_t a, size_t b) constGraph
degree(size_t index) constGraph
edgeCount() constGraph
edgePairs() constGraph
edges(size_t index) constGraph
editEdgeInPlace(size_t edgeIndex, size_t a, size_t b)Graph
endpoints(size_t edgeIndex) constGraph
getConnectedID(size_t index) constGraph
Graph()Graph
Graph(size_t n)Graphexplicit
isEmpty() constGraph
neighbors(size_t index) constGraph
removeEdge(size_t a, size_t b)Graph
removeEdge(size_t edgeIndex)Graph
removeEdges()Graph
removeEdges(size_t index)Graph
removeVertex(size_t index)Graph
setSize(size_t n)Graph
size() constGraph
subgraph(size_t index) constGraph
subgraphCount(size_t index) constGraph
subgraphsCount() constGraph
swapEdgeIndices(size_t edgeIndex1, size_t edgeIndex2)Graph
swapVertexIndices(size_t a, size_t b)Graph
vertexCount() constGraph
~Graph()Graph