PandA-2024.02
|
bulk graph. More...
#include <graph.hpp>
Public Member Functions | |
undirected_graphs_collection ()=default | |
Constructor of graph. More... | |
~undirected_graphs_collection ()=default | |
Destructor. More... | |
boost::graph_traits< undirected_boost_graphs_collection >::vertex_descriptor | AddVertex () |
Add a vertex to this graph. More... | |
void | RemoveVertex (boost::graph_traits< undirected_boost_graphs_collection >::vertex_descriptor v) |
Remove a vertex from this graph. More... | |
int | GetSelector (const edge_descriptor e) const |
Return the selectors associated with an edge. More... | |
void | SetSelector (edge_descriptor e, const int selector) |
Set the selector associated with an edge. More... | |
bulk graph.
All the edge of a graph are store in this object
|
default |
Constructor of graph.
|
default |
Destructor.
|
inline |
|
inline |
Return the selectors associated with an edge.
e | is the edge |
Definition at line 509 of file graph.hpp.
Referenced by ugraph::GetSelector().
|
inline |
Remove a vertex from this graph.
v | is the vertex to be removed |
Definition at line 491 of file graph.hpp.
References index, and test_panda::type.
|
inline |