metanet >> metanet > Nodes - Vertices
Nodes - Vertices
- add_node — adds disconnected nodes to a graph
- add_node_data — associates new data fields to the nodes data structure of a graph
- articul — finds one or more articulation points
- con_nodes — set of nodes of a connected component
- connex — connected components
- delete_nodes — deletes nodes
- neighbors — nodes connected to a node
- node_number — number of nodes of a graph
- nodedatafields — returns the vector of node data fields names
- nodes_2_path — path from a set of nodes
- nodes_data_structure — description of the data structure representing the nodes of a graph
- nodes_degrees — degrees of the nodes of a graph
- path_2_nodes — set of nodes from a path
- predecessors — tail nodes of incoming arcs of a node
- strong_con_nodes — set of nodes of a strong connected component
- successors — head nodes of outgoing arcs of a node
- supernode — replaces a group of nodes with a single node