HDK
|
#include <TS_Octree.h>
Public Member Functions | |
TS_Octree () | |
TS_Octree (const TS_MetaExpression *e) | |
~TS_Octree () | |
void | setSweepList (const TS_Ray &ray, TS_SweepList &sweep, fpreal tmin=0, fpreal tmax=1e20) |
TS_OctreeVoxel * | findVoxel (const UT_Vector3 &P) const |
int64 | getMemoryUsage (bool inclusive) const |
Compute memory usage. More... | |
Definition at line 86 of file TS_Octree.h.
TS_Octree::TS_Octree | ( | ) |
TS_Octree::TS_Octree | ( | const TS_MetaExpression * | e | ) |
TS_Octree::~TS_Octree | ( | ) |
TS_OctreeVoxel* TS_Octree::findVoxel | ( | const UT_Vector3 & | P | ) | const |
int64 TS_Octree::getMemoryUsage | ( | bool | inclusive | ) | const |
Compute memory usage.
void TS_Octree::setSweepList | ( | const TS_Ray & | ray, |
TS_SweepList & | sweep, | ||
fpreal | tmin = 0 , |
||
fpreal | tmax = 1e20 |
||
) |