#include <OpenMapper.h>
Public Member Functions | |
GraphTraversal (Graph< T > *pGraph) | |
virtual List< T > | Traverse (Vertex< T > *pStartVertex, Visitor< T > *pVisitor)=0 |
virtual | ~GraphTraversal () |
Protected Attributes | |
Graph< T > * | m_pGraph |
Graph traversal algorithm
Definition at line 410 of file OpenMapper.h.
|
inline |
|
inlinevirtual |
Destructor
Definition at line 425 of file OpenMapper.h.
|
pure virtual |
Traverses the graph starting at the given vertex and applying the visitor to all visited nodes
pStartVertex | starting vertex |
pVisitor | visitor |
Implemented in karto::BreadthFirstTraversal< T >.
|
protected |
Graph being traversed
Definition at line 442 of file OpenMapper.h.