Mace C++ Graph Library 1.0
The fast and flexible graph library for C++. Developed by Matthias Mace Hädrich.
vertex Member List
This is the complete list of members for vertex, including all inherited members.
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_namevertex [private]
m_neighborsvertex [private]
m_weightvertex [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]
 All Classes Files Functions Variables Defines