DGtal
1.3.beta
|
#include <DGtal/graph/GraphVisitorRange.h>
Static Public Member Functions | |
static reference | get (const Node &node) |
Data Fields | |
const typedef Node | value |
const typedef Node | value_type |
const typedef Node * | pointer |
const typedef Node & | reference |
Allows to access the node as the pair (Vertex,distance) when iterating over the graph.
Definition at line 85 of file GraphVisitorRange.h.
|
inlinestatic |
Definition at line 91 of file GraphVisitorRange.h.
const typedef Node* DGtal::GraphVisitorRange< TGraphVisitor >::NodeAccessor::pointer |
Definition at line 88 of file GraphVisitorRange.h.
const typedef Node& DGtal::GraphVisitorRange< TGraphVisitor >::NodeAccessor::reference |
Definition at line 89 of file GraphVisitorRange.h.
const typedef Node DGtal::GraphVisitorRange< TGraphVisitor >::NodeAccessor::value |
Definition at line 86 of file GraphVisitorRange.h.
const typedef Node DGtal::GraphVisitorRange< TGraphVisitor >::NodeAccessor::value_type |
Definition at line 87 of file GraphVisitorRange.h.