HDK
|
Lookup point information to be passed to the query functions. More...
#include <UT_KDTree.h>
Public Member Functions | |
UT_KDQueryPt (const float *p) | |
UT_KDQueryPt (const float *p, const void *data) | |
float | boxDist (int axis, float bmin, float bmax) const |
float | dist (int axis, float off) const |
float | dist (const float *P, int dim) const |
Public Attributes | |
const float * | P |
const void * | myData |
Lookup point information to be passed to the query functions.
Definition at line 50 of file UT_KDTree.h.
|
inline |
Definition at line 51 of file UT_KDTree.h.
Definition at line 53 of file UT_KDTree.h.
Definition at line 56 of file UT_KDTree.h.
Definition at line 60 of file UT_KDTree.h.
Definition at line 64 of file UT_KDTree.h.
const void* UT_KDQueryPt::myData |
Definition at line 87 of file UT_KDTree.h.
const float* UT_KDQueryPt::P |
Definition at line 86 of file UT_KDTree.h.