8 #ifndef REAL_UNDIRECTED_VERTEX_HPP_INCLUDED 
    9 #define REAL_UNDIRECTED_VERTEX_HPP_INCLUDED 
   53   base_undirected_vertex_clear();
 
   58 #endif // REAL_UNDIRECTED_VERTEX_HPP_INCLUDED 
~real_undirected_vertex()
Destructor. 
Definition: real_undirected_vertex.hpp:33
 
Classes of attributes for edges (ex.: simple edge, weighted edge). 
 
void clear()
Reinitializes the vertex. 
Definition: real_undirected_vertex.hpp:50
 
Class for vertices in real undirected graphs. 
Definition: real_undirected_vertex.hpp:27
 
Virtual base class for vertices in undirected graphs. 
 
Virtual template base class for vertices in undirected graphs. 
Definition: base_undirected_vertex.hpp:33
 
real_undirected_vertex()
Constructor. 
Definition: real_undirected_vertex.hpp:43