HDK
|
#include <GEO_AdjPolyIterator.h>
Public Member Functions | |
virtual bool | advance ()=0 |
void | rewind () |
GEO_AdjPolyIterator & | operator++ () |
GEO_PrimPoly * | getAdjPoly () |
GEO_AdjPolyIterator (GEO_Detail *gdp, const GA_PrimitiveGroup *process_grp=NULL) | |
virtual | ~GEO_AdjPolyIterator () |
Protected Attributes | |
GEO_PrimPoly * | myAdjacentPoly |
GEO_Detail * | myGdp |
const GA_PrimitiveGroup * | myProcess |
GA_Size | myNumAdjacentPolys |
GA_Size | myIterationCount |
Definition at line 23 of file GEO_AdjPolyIterator.h.
|
inlineexplicit |
Definition at line 42 of file GEO_AdjPolyIterator.h.
|
inlinevirtual |
Definition at line 48 of file GEO_AdjPolyIterator.h.
|
pure virtual |
Implemented in GEO_EdgeAdjPolyIterator, GEO_PolyAdjPolyIterator, and GEO_PointAdjPolyIterator.
|
inline |
Definition at line 39 of file GEO_AdjPolyIterator.h.
|
inline |
Definition at line 36 of file GEO_AdjPolyIterator.h.
|
inline |
Definition at line 35 of file GEO_AdjPolyIterator.h.
|
protected |
Definition at line 26 of file GEO_AdjPolyIterator.h.
|
protected |
Definition at line 27 of file GEO_AdjPolyIterator.h.
|
protected |
Definition at line 30 of file GEO_AdjPolyIterator.h.
|
protected |
Definition at line 29 of file GEO_AdjPolyIterator.h.
|
protected |
Definition at line 28 of file GEO_AdjPolyIterator.h.