RVC::GEOMETRIC::ITERATOR Class Reference

This is the base class for the LINE, POINT, POLYGON, and LABEL iterators. More...

#include <rvc/geometrc.h>

Inheritance diagram for RVC::GEOMETRIC::ITERATOR:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 ITERATOR (const ITERATOR &rhs)
 ITERATOR (RVC::GEOMETRIC *GeoObj)
 ITERATOR ()
bool operator!= (const ITERATOR &rhs) const
const RVC::ELEMENToperator* () const
const RVC::ELEMENToperator-> () const
bool operator== (const ITERATOR &rhs) const

Protected Attributes

RVC::ELEMENT m_Element
GEOMETRICm_GeoObj

Detailed Description

This is the base class for the LINE, POINT, POLYGON, and LABEL iterators.


Constructor & Destructor Documentation

RVC::GEOMETRIC::ITERATOR::ITERATOR (  )  [inline]

Default constructor.

RVC::GEOMETRIC::ITERATOR::ITERATOR ( RVC::GEOMETRIC GeoObj  )  [inline]

Internal constructor.

RVC::GEOMETRIC::ITERATOR::ITERATOR ( const ITERATOR rhs  )  [inline]

Copy constructor.


Member Function Documentation

bool RVC::GEOMETRIC::ITERATOR::operator!= ( const ITERATOR rhs  )  const [inline]
Parameters:
rhs Inequality operator
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]
Parameters:
rhs Equality operator

Member Data Documentation


The documentation for this class was generated from the following file:

Generated on Sun Oct 7 21:37:21 2012 for TNTsdk 2012 by  doxygen 1.6.1