RVC::GEOMETRIC::ITERATOR Class Reference
This is the base class for the LINE, POINT, POLYGON, and LABEL iterators.
More...
#include <rvc/geometrc.h>
List of all members.
Detailed Description
This is the base class for the LINE, POINT, POLYGON, and LABEL iterators.
Constructor & Destructor Documentation
| RVC::GEOMETRIC::ITERATOR::ITERATOR |
( |
|
) |
[inline] |
| RVC::GEOMETRIC::ITERATOR::ITERATOR |
( |
RVC::GEOMETRIC * |
GeoObj |
) |
[inline] |
| RVC::GEOMETRIC::ITERATOR::ITERATOR |
( |
const ITERATOR & |
rhs |
) |
[inline] |
Member Function Documentation
| bool RVC::GEOMETRIC::ITERATOR::operator!= |
( |
const ITERATOR & |
rhs |
) |
const [inline] |
| const RVC::ELEMENT& RVC::GEOMETRIC::ITERATOR::operator* |
( |
|
) |
const [inline] |
Dereference operator, returns reference to templated item.
| const RVC::ELEMENT* RVC::GEOMETRIC::ITERATOR::operator-> |
( |
|
) |
const [inline] |
Dereference operator, returns pointer to templated item.
| bool RVC::GEOMETRIC::ITERATOR::operator== |
( |
const ITERATOR & |
rhs |
) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: