HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GEO_PolyCounts Class Reference

#include <GEO_PolyCounts.h>

+ Inheritance diagram for GEO_PolyCounts:

Public Member Functions

 GEO_PolyCounts ()
 
 GEO_PolyCounts (const GEO_PolyCounts &that)
 
GEO_PolyCountsoperator= (const GEO_PolyCounts &that)
 
- Public Member Functions inherited from GA_PolyCounts
 GA_PolyCounts ()
 
 GA_PolyCounts (const GA_PolyCounts &that)
 
GA_PolyCountsoperator= (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
 

Detailed Description

Examples:
SOP/SOP_BrushHairLen.C.

Definition at line 19 of file GEO_PolyCounts.h.

Constructor & Destructor Documentation

GEO_PolyCounts::GEO_PolyCounts ( )
inline

Definition at line 22 of file GEO_PolyCounts.h.

GEO_PolyCounts::GEO_PolyCounts ( const GEO_PolyCounts that)
inline

Definition at line 26 of file GEO_PolyCounts.h.

Member Function Documentation

GEO_PolyCounts& GEO_PolyCounts::operator= ( const GEO_PolyCounts that)
inline

Definition at line 30 of file GEO_PolyCounts.h.


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