HDK
|
#include <GEO_PointClassifier.h>
Public Member Functions | |
GEO_PointClassifier () | |
virtual | ~GEO_PointClassifier () |
void | classifyPoints (const GEO_Detail &gdp, const GA_PrimitiveGroup *exclude_prims=NULL, const GA_PointGroup *exclude_points=NULL) |
void | classifyPoints (const GEO_Detail &gdp, const GA_PointGroup &ptgroup, float radius) |
int | getClass (int ptidx) const |
int | getNumClass () const |
int64 | getMemoryUsage (bool inclusive) const |
Protected Member Functions | |
int | findClass (int ptidx) |
Protected Attributes | |
UT_IntArray | myClasses |
int | myNumClass |
Definition at line 22 of file GEO_PointClassifier.h.
GEO_PointClassifier::GEO_PointClassifier | ( | ) |
|
virtual |
void GEO_PointClassifier::classifyPoints | ( | const GEO_Detail & | gdp, |
const GA_PrimitiveGroup * | exclude_prims = NULL , |
||
const GA_PointGroup * | exclude_points = NULL |
||
) |
void GEO_PointClassifier::classifyPoints | ( | const GEO_Detail & | gdp, |
const GA_PointGroup & | ptgroup, | ||
float | radius | ||
) |
Definition at line 37 of file GEO_PointClassifier.h.
|
inline |
Definition at line 40 of file GEO_PointClassifier.h.
|
inline |
Definition at line 38 of file GEO_PointClassifier.h.
|
protected |
Definition at line 51 of file GEO_PointClassifier.h.
|
protected |
Definition at line 52 of file GEO_PointClassifier.h.