![]() |
Mace C++ Graph Library 1.0
The fast and flexible graph library for C++. Developed by Matthias Mace Hädrich.
|
| add_edge(edge *p_edge) | vertex | |
| has_according_edge(edge *p_edge) | vertex | |
| has_exact_edge(edge *p_edge) | vertex | |
| has_successor(vertex *p_vertex) | vertex | |
| m_name | vertex | [private] |
| m_neighbors | vertex | [private] |
| m_weight | vertex | [private] |
| name() | vertex | |
| neighbors() | vertex | |
| remove_edge(edge *p_edge) | vertex | |
| set_name(std::string name) | vertex | |
| set_weight(int weight) | vertex | |
| vertex(std::string name, int weight=0) | vertex | |
| weight() | vertex | |
| ~vertex() | vertex | [virtual] |
1.7.4