DGtal
1.5.beta
|
#include <DGtal/graph/GraphVisitorRange.h>
Public Types | |
typedef const Vertex | value |
typedef const Vertex | value_type |
typedef const Vertex * | pointer |
typedef const Vertex & | reference |
Static Public Member Functions | |
static reference | get (const Node &node) |
Allows to access the node as only the Vertex when iterating over the graph.
Definition at line 99 of file GraphVisitorRange.h.
typedef const Vertex* DGtal::GraphVisitorRange< TGraphVisitor >::VertexAccessor::pointer |
Definition at line 102 of file GraphVisitorRange.h.
typedef const Vertex& DGtal::GraphVisitorRange< TGraphVisitor >::VertexAccessor::reference |
Definition at line 103 of file GraphVisitorRange.h.
typedef const Vertex DGtal::GraphVisitorRange< TGraphVisitor >::VertexAccessor::value |
Definition at line 100 of file GraphVisitorRange.h.
typedef const Vertex DGtal::GraphVisitorRange< TGraphVisitor >::VertexAccessor::value_type |
Definition at line 101 of file GraphVisitorRange.h.
|
inlinestatic |
Definition at line 105 of file GraphVisitorRange.h.