![]() |
VR-Forces 4.0.4 Class Documentation
|
File: rwVecIterator.h. More...

Public Member Functions | |
| DtRwVectorIterator (const DtList &list) | |
| Constructor. Supply the DtList to be iterated over. | |
| DtRwVectorIterator (const DtRwVectorIterator &orig) | |
| Copy constructor. | |
| virtual | ~DtRwVectorIterator () |
| bool | setToClosest (DtVector point) |
| Set this iterator to point to the vertex closest in 2D to point. | |
Private Member Functions | |
| DtRwVectorIterator () | |
| Default Constructor. Do not use. | |
| const DtRwVectorIterator & | operator= (const DtRwVectorIterator &orig) |
| Assignment Operator. | |
File: rwVecIterator.h.
Class: DtRwVectorIterator Description: DtRwVectorIterator is an iterator for iterating over a DtList of DtRwVector pointers (as in a DtVertexList).
| DtRwVectorIterator::DtRwVectorIterator | ( | ) | [private] |
Default Constructor. Do not use.
| DtRwVectorIterator::DtRwVectorIterator | ( | const DtList & | list | ) | [inline] |
Constructor. Supply the DtList to be iterated over.
| DtRwVectorIterator::DtRwVectorIterator | ( | const DtRwVectorIterator & | orig | ) | [inline] |
Copy constructor.
| virtual DtRwVectorIterator::~DtRwVectorIterator | ( | ) | [inline, virtual] |
| const DtRwVectorIterator& DtRwVectorIterator::operator= | ( | const DtRwVectorIterator & | orig | ) | [private] |
Assignment Operator.
| bool DtRwVectorIterator::setToClosest | ( | DtVector | point | ) | [inline] |
Set this iterator to point to the vertex closest in 2D to point.
Returns true unless the list is empty.
References DtVertexList::getClosestVertex().