AvogadroLibs  1.90.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
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
connectedComponents() const Graph
containsEdge(size_t a, size_t b) const Graph
degree(size_t index) const Graph
edgeCount() const Graph
Graph()Graph
Graph(size_t n)Graphexplicit
isEmpty() const Graph
neighbors(size_t index) const Graph
removeEdge(size_t a, size_t b)Graph
removeEdges()Graph
removeEdges(size_t index)Graph
removeVertex(size_t index)Graph
setSize(size_t n)Graph
size() const Graph
vertexCount() const Graph
~Graph()Graph