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