#include <GraphIterator.h>
List of all members.
Detailed Description
Iterator class to iterate through the graph of vertices
Constructor & Destructor Documentation
| TGraphIterator::TGraphIterator |
( |
TGraph & |
rGraph ) |
|
creates a new graph iterator
| TGraphIterator::~TGraphIterator |
( |
) |
[protected, virtual] |
Member Function Documentation
| virtual Retval zeus::TGraphIterator::getNextVertice |
( |
TVertice *& |
rpVertice ) |
[pure virtual] |
| Retval zeus::TGraphIterator::getNextVerticeConst |
( |
TVertice *& |
rpVertice ) |
const [inline] |
| virtual void zeus::TGraphIterator::reset |
( |
) |
[pure virtual] |
| void TGraphIterator::startWith |
( |
Uint |
uiVertice ) |
const |
starts with a specific vertice
- Parameters:
-
| uiVertice | : ID of the vertice to start with |
Member Data Documentation
The documentation for this class was generated from the following files: