#include <GEO_PointClassifier.h>
Public Member Functions | |
| GEO_PointClassifier () | |
| virtual | ~GEO_PointClassifier () |
| void | classifyPoints (const GEO_Detail &gdp, const GB_PrimitiveGroup *exclude_prims=NULL) |
| void | classifyPoints (const GEO_Detail &gdp, const GB_PointGroup &ptgroup, float radius) |
| int | getClass (int ptidx) const |
| int | getNumClass () const |
Protected Member Functions | |
| int | findClass (int ptidx) |
Protected Attributes | |
| UT_IntArray | myClasses |
| int | myNumClass |
Definition at line 30 of file GEO_PointClassifier.h.
| GEO_PointClassifier::GEO_PointClassifier | ( | ) |
| virtual GEO_PointClassifier::~GEO_PointClassifier | ( | ) | [virtual] |
| void GEO_PointClassifier::classifyPoints | ( | const GEO_Detail & | gdp, | |
| const GB_PointGroup & | ptgroup, | |||
| float | radius | |||
| ) |
| void GEO_PointClassifier::classifyPoints | ( | const GEO_Detail & | gdp, | |
| const GB_PrimitiveGroup * | exclude_prims = NULL | |||
| ) |
| int GEO_PointClassifier::findClass | ( | int | ptidx | ) | [protected] |
| int GEO_PointClassifier::getClass | ( | int | ptidx | ) | const [inline] |
Definition at line 44 of file GEO_PointClassifier.h.
| int GEO_PointClassifier::getNumClass | ( | ) | const [inline] |
Definition at line 45 of file GEO_PointClassifier.h.
UT_IntArray GEO_PointClassifier::myClasses [protected] |
Definition at line 51 of file GEO_PointClassifier.h.
int GEO_PointClassifier::myNumClass [protected] |
Definition at line 52 of file GEO_PointClassifier.h.
1.5.9