HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_KDQueryPt Struct Reference

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 floatP
 
const voidmyData
 

Detailed Description

Lookup point information to be passed to the query functions.

Definition at line 50 of file UT_KDTree.h.

Constructor & Destructor Documentation

UT_KDQueryPt::UT_KDQueryPt ( const float p)
inline

Definition at line 51 of file UT_KDTree.h.

UT_KDQueryPt::UT_KDQueryPt ( const float p,
const void data 
)
inline

Definition at line 53 of file UT_KDTree.h.

Member Function Documentation

float UT_KDQueryPt::boxDist ( int  axis,
float  bmin,
float  bmax 
) const
inline

Definition at line 56 of file UT_KDTree.h.

float UT_KDQueryPt::dist ( int  axis,
float  off 
) const
inline

Definition at line 60 of file UT_KDTree.h.

float UT_KDQueryPt::dist ( const float P,
int  dim 
) const
inline

Definition at line 64 of file UT_KDTree.h.

Member Data Documentation

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.


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