|
SYS_FORCE_INLINE | PolygonIterator () |
|
SYS_FORCE_INLINE | PolygonIterator (const GEO_PrimPolySoup &prim) |
|
SYS_FORCE_INLINE | PolygonIterator (const GEO_PrimPolySoup &prim, GA_Size polygon) |
|
SYS_FORCE_INLINE const
GEO_PrimPolySoup & | prim () const |
|
SYS_FORCE_INLINE PolygonIterator & | operator= (const PolygonIterator &that) |
|
SYS_FORCE_INLINE GA_Offset | getVertexOffset (GA_Size i) const |
|
SYS_FORCE_INLINE GA_Index | getVertexIndex (GA_Size i) const |
|
SYS_FORCE_INLINE GA_Offset | getPointOffset (GA_Size i) const |
|
SYS_FORCE_INLINE GA_Index | getPointIndex (GA_Size i) const |
|
SYS_FORCE_INLINE UT_Vector3 | getPos3 (GA_Size i) const |
|
SYS_FORCE_INLINE UT_Vector4 | getPos4 (GA_Size i) const |
|
SYS_FORCE_INLINE UT_Vector3 | baryCenter () const |
|
SYS_FORCE_INLINE UT_Vector3D | baryCenterD () const |
|
SYS_FORCE_INLINE UT_Vector3 | computeNormal () const |
|
SYS_FORCE_INLINE UT_Vector3 | computeNormalD () const |
|
SYS_FORCE_INLINE fpreal | calcPerimeter () const |
|
SYS_FORCE_INLINE fpreal | calcArea () const |
|
SYS_FORCE_INLINE fpreal | calcVolume (const UT_Vector3 &refpt) const |
|
SYS_FORCE_INLINE float | getW () const |
|
SYS_FORCE_INLINE GA_Offset | getFastVertexOffset (GA_Size i) const |
| These are just here for interchangeability with GEO_Face. More...
|
|
SYS_FORCE_INLINE GA_Size | getFastVertexCount () const |
|
SYS_FORCE_INLINE GA_Size | getVertexCount () const |
|
SYS_FORCE_INLINE bool | isClosed () const |
|
| iteratorT () |
|
| iteratorT (const GA_PolyCounts &list) |
|
| iteratorT (const GA_PolyCounts &list, GA_Size polygon) |
|
| iteratorT (const iteratorT< const GA_PolyCounts, const UT_Array< SizeCount > > &that) |
|
| iteratorT (const UT_Array< SizeCount > *array, GA_Size polygon, GA_Size start, GA_Size index, GA_Size count) |
|
SYS_FORCE_INLINE bool | atEnd () const |
|
iteratorT< const GA_PolyCounts,
const UT_Array< SizeCount > > & | operator* () const |
|
iteratorT< const GA_PolyCounts,
const UT_Array< SizeCount > > & | operator++ () |
|
iteratorT< const GA_PolyCounts,
const UT_Array< SizeCount > > & | operator-- () |
|
iteratorT< const GA_PolyCounts,
const UT_Array< SizeCount > > | operator+ (GA_Size count) const |
|
iteratorT< const GA_PolyCounts,
const UT_Array< SizeCount > > | operator- (GA_Size count) const |
|
iteratorT< const GA_PolyCounts,
const UT_Array< SizeCount > > & | operator= (const iteratorT< const GA_PolyCounts, const UT_Array< SizeCount > > &that) |
|
bool | operator== (const iteratorT< const GA_PolyCounts, const UT_Array< SizeCount > > &that) const |
|
bool | operator!= (const iteratorT< const GA_PolyCounts, const UT_Array< SizeCount > > &that) const |
|
SYS_FORCE_INLINE GA_Size | nvertices () const |
|
SYS_FORCE_INLINE GA_Size | polygon () const |
|
SYS_FORCE_INLINE GA_Size | start () const |
|
Definition at line 52 of file GEO_PrimPolySoup.h.