18 #ifndef DtRwVectorIterator_H_
19 #define DtRwVectorIterator_H_
55 return (myCursor != NULL);
const DtIteratorBase & operator=(const DtIteratorBase &orig)
Assignment Operator.
virtual ~DtRwVectorIterator()
Definition: rwVectorIterator.h:45
bool setToClosest(DtVector point)
Set this iterator to point to the vertex closest in 2D to point.
Definition: rwVectorIterator.h:49
Definition: rwVector.h:23
Description: DtIteratorBase is the base class for iterators used to iterate over a DtList...
Definition: iteratorBase.h:32
class DtVertexList:
Definition: vertexList.h:22
DtRwVectorIterator(const DtList &list)
Constructor. Supply the DtList to be iterated over.
Definition: rwVectorIterator.h:40
DtRwVectorIterator(const DtRwVectorIterator &orig)
Copy constructor.
Definition: rwVectorIterator.h:43
virtual bool getClosestVertex(const DtVector &point, DtVector &vertex) const
Sets vertex to be the vertex closest to point in this object geometry.
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
File: rwVecIterator.h.
Definition: rwVectorIterator.h:29