|
AvogadroLibs 1.100.0
|
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) const | Graph | |
| connectedComponents() const | Graph | |
| containsEdge(size_t a, size_t b) const | Graph | |
| degree(size_t index) const | Graph | |
| edgeCount() const | Graph | |
| edgePairs() const | Graph | |
| edges(size_t index) const | Graph | |
| editEdgeInPlace(size_t edgeIndex, size_t a, size_t b) | Graph | |
| endpoints(size_t edgeIndex) const | Graph | |
| getConnectedID(size_t index) const | Graph | |
| Graph()=default | Graph | |
| Graph(size_t n) | Graph | explicit |
| isEmpty() const | Graph | |
| neighbors(size_t index) const | Graph | |
| 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() const | Graph | |
| subgraph(size_t index) const | Graph | |
| subgraphCount(size_t index) const | Graph | |
| subgraphsCount() const | Graph | |
| swapEdgeIndices(size_t edgeIndex1, size_t edgeIndex2) | Graph | |
| swapVertexIndices(size_t a, size_t b) | Graph | |
| vertexCount() const | Graph | |
| ~Graph()=default | Graph |