|
shape_doc 0.1
|
#include <graph.hpp>
| gNode | ( | T | val | ) | [inline] |
| bool adj | ( | T & | v | ) | [inline] |
| void aux | ( | int | i | ) | [inline] |
Set vertex aux.
Definition at line 93 of file graph.hpp.
Referenced by Graph< T >::push_vertex(), and voronoi2d< C, V >::run().
{
this->start->m_aux=i;
};
| int aux | ( | ) | [inline] |
| void status | ( | int | i | ) | [inline] |
Get vertex status.
Definition at line 81 of file graph.hpp.
Referenced by Graph< T >::dfs(), Graph< T >::dfs_walk(), and GraphDfsIter< T >::first().
{
this->start->m_status=i;
};
| int status | ( | ) | [inline] |
friend class GraphDfsIter< T > [friend] |