#include <Mapper.h>

Public Member Functions | |
| BreadthFirstTraversal (Graph< T > *pGraph) | |
| virtual std::vector< T * > | Traverse (Vertex< T > *pStartVertex, Visitor< T > *pVisitor) |
| virtual | ~BreadthFirstTraversal () |
Public Member Functions inherited from karto::GraphTraversal< T > | |
| GraphTraversal (Graph< T > *pGraph) | |
| virtual | ~GraphTraversal () |
Additional Inherited Members | |
Protected Attributes inherited from karto::GraphTraversal< T > | |
| Graph< T > * | m_pGraph |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Traverse the graph starting with the given vertex; applies the visitor to visited nodes
| pStartVertex | |
| pVisitor |
Implements karto::GraphTraversal< T >.