votca 2024-dev
Loading...
Searching...
No Matches
votca::tools::ReducedGraph Member List

This is the complete list of members for votca::tools::ReducedGraph, including all inherited members.

calcId_()votca::tools::Graphprotected
clearNodes()votca::tools::Graph
copyNodes(Graph &graph)votca::tools::Graph
edge_container_votca::tools::Graphprotected
edgeExist(const Edge &edge) constvotca::tools::Graphinlinevirtual
expanded_edges_votca::tools::ReducedGraphprivate
expandEdge(const Edge &edge) constvotca::tools::ReducedGraph
expandGraph() constvotca::tools::ReducedGraph
getDegree(Index vertex) constvotca::tools::Graph
getEdges()votca::tools::Graphinlinevirtual
getId() constvotca::tools::Graphinline
getIsolatedNodes(void) constvotca::tools::Graph
getJunctions() constvotca::tools::Graph
getMaxDegree() constvotca::tools::Graphinline
getNeighEdges(Index vertex) constvotca::tools::Graphinline
getNeighNodes(Index vertex) constvotca::tools::Graph
getNeighVertices(Index vertex) constvotca::tools::Graphinline
getNode(const Index vertex) constvotca::tools::Graph
getNodes(void) const overridevotca::tools::ReducedGraphvirtual
getVertices() constvotca::tools::Graph
getVerticesDegree(Index degree) const overridevotca::tools::ReducedGraphvirtual
Graph()votca::tools::Graphinline
Graph(std::vector< Edge > edges, std::unordered_map< Index, GraphNode > nodes)votca::tools::Graph
id_votca::tools::Graphprotected
init_(std::vector< ReducedEdge > reduced_edges, std::unordered_map< Index, GraphNode > nodes)votca::tools::ReducedGraphprivate
junctions_votca::tools::ReducedGraphprivate
nodes_votca::tools::Graphprotected
operator!=(const Graph &graph) constvotca::tools::Graph
operator<<votca::tools::ReducedGraphfriend
operator==(const Graph &graph) constvotca::tools::Graph
ReducedGraph()=defaultvotca::tools::ReducedGraph
ReducedGraph(std::vector< ReducedEdge > reduced_edges)votca::tools::ReducedGraph
ReducedGraph(std::vector< ReducedEdge > reduced_edges, std::unordered_map< Index, GraphNode > nodes)votca::tools::ReducedGraph
setNode(Index vertex, GraphNode &graph_node)votca::tools::Graph
setNode(std::pair< Index, GraphNode > &id_and_node)votca::tools::Graph
vertexExist(Index vertex) constvotca::tools::Graph
~Graph()=defaultvotca::tools::Graphvirtual