HDK
|
#include <GEO_AdjPolyIterator.h>
Public Member Functions | |
bool | advance () override |
GEO_PointAdjPolyIterator (GEO_Detail *gdp, GA_Offset pt_offset, const GA_PrimitiveGroup *process_grp=NULL) | |
~GEO_PointAdjPolyIterator () override | |
Public Member Functions inherited from GEO_AdjPolyIterator | |
void | rewind () |
GEO_AdjPolyIterator & | operator++ () |
GEO_PrimPoly * | getAdjPoly () |
GEO_AdjPolyIterator (GEO_Detail *gdp, const GA_PrimitiveGroup *process_grp=NULL) | |
virtual | ~GEO_AdjPolyIterator () |
Additional Inherited Members | |
Protected Attributes inherited from GEO_AdjPolyIterator | |
GEO_PrimPoly * | myAdjacentPoly |
GEO_Detail * | myGdp |
const GA_PrimitiveGroup * | myProcess |
GA_Size | myNumAdjacentPolys |
GA_Size | myIterationCount |
Definition at line 55 of file GEO_AdjPolyIterator.h.
|
inlineexplicit |
Definition at line 81 of file GEO_AdjPolyIterator.h.
|
inlineoverride |
Definition at line 90 of file GEO_AdjPolyIterator.h.
|
inlineoverridevirtual |
Implements GEO_AdjPolyIterator.
Definition at line 61 of file GEO_AdjPolyIterator.h.