BPointCloud.h
33 int m_original_point_count; //the number of points in the original shell (and hence the point map length)
35 float *m_points; //points list, stored in the order intrinsic to the kd tree, not the original shell
41 TK_Status get( class BKDTree *b, class BPack *pack, int num_bits, int i, int j, int k, int span );
55 TK_Status InitWrite( int resolution, const float *bbox, int original_point_count, const float *points );
The BStreamFileToolkit class provides support for importing/exporting HOOPS Stream File information...
Definition: BStreamFileToolkit.h:367
TK_Status
Codes which can be either passed to various toolkit functions, or indicate the result of a toolkit fu...
Definition: BStream.h:278