#include <connectivity_graph.h>
|
std::vector< std::string > | nodes_ |
|
std::map< std::string, size_t > | rnodes_ |
|
std::vector< std::vector< int > > | arcs_ |
|
Definition at line 19 of file connectivity_graph.h.
◆ graph()
◆ DetachNode() [1/2]
void graph::DetachNode |
( |
const std::string & |
name | ) |
|
|
inline |
◆ DetachNode() [2/2]
void graph::DetachNode |
( |
size_t |
i | ) |
|
|
inline |
◆ operator[]() [1/2]
auto& graph::operator[] |
( |
size_t |
i | ) |
|
|
inline |
◆ operator[]() [2/2]
auto& graph::operator[] |
( |
size_t |
i | ) |
const |
|
inline |
◆ set_name()
void graph::set_name |
( |
size_t |
i, |
|
|
const std::string & |
name |
|
) |
| |
|
inline |
◆ size()
auto graph::size |
( |
| ) |
const |
|
inline |
◆ Write()
bool graph::Write |
( |
const std::string & |
filename | ) |
|
◆ arcs_
std::vector<std::vector<int> > graph::arcs_ |
◆ nodes_
std::vector<std::string> graph::nodes_ |
◆ rnodes_
std::map<std::string, size_t> graph::rnodes_ |
The documentation for this struct was generated from the following files: