|
HDK
|
#include <GEO_PolyCounts.h>
Inheritance diagram for GEO_PolyCounts:Public Member Functions | |
| GEO_PolyCounts () | |
| GEO_PolyCounts (const GEO_PolyCounts &that) | |
| GEO_PolyCounts & | operator= (const GEO_PolyCounts &that) |
Public Member Functions inherited from GA_PolyCounts | |
| GA_PolyCounts () | |
| GA_PolyCounts (const GA_PolyCounts &that) | |
| GA_PolyCounts & | operator= (const GA_PolyCounts &that) |
| iterator | begin () |
| const_iterator | begin () const |
| const_iterator | end () const |
| const_iterator | findVertex (GA_Size relativevertex) const |
| Range | range () const |
| UT_Array< SizeCount > & | getArray () |
| const UT_Array< SizeCount > & | getArray () const |
| void | clear () |
| void | append (GA_Size size, GA_Size count=1) |
| void | append (const GA_PolyCounts &that) |
| GA_Size | getNumPolygons () const |
| GA_Size | getNumVertices () const |
| GA_Size | getSize (GA_Size polygon) const |
| Simpler than getVertexRange if you just want the polygon size. More... | |
| void | getVertexRange (GA_Size polygon, GA_Size &start, GA_Size &size) const |
| int64 | getMemoryUsage (bool inclusive) const |
Additional Inherited Members | |
Public Types inherited from GA_PolyCounts | |
| typedef iteratorT < GA_PolyCounts, UT_Array < SizeCount > > | iterator |
| typedef iteratorT< const GA_PolyCounts, const UT_Array < SizeCount > > | const_iterator |
Definition at line 19 of file GEO_PolyCounts.h.
|
inline |
Definition at line 22 of file GEO_PolyCounts.h.
|
inline |
Definition at line 26 of file GEO_PolyCounts.h.
|
inline |
Definition at line 30 of file GEO_PolyCounts.h.