#include <TS_Octree.h>
Public Member Functions | |
| TS_Octree () | |
| TS_Octree (const TS_MetaExpression *e) | |
| virtual | ~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 |
Protected Member Functions | |
| virtual int | buildMe () |
Protected Attributes | |
| TS_OctreeVoxel * | myHead |
| unsigned | myMaxLevel |
Definition at line 95 of file TS_Octree.h.
| TS_Octree::TS_Octree | ( | ) |
| TS_Octree::TS_Octree | ( | const TS_MetaExpression * | e | ) |
| virtual TS_Octree::~TS_Octree | ( | ) | [virtual] |
| virtual int TS_Octree::buildMe | ( | ) | [protected, virtual] |
| TS_OctreeVoxel* TS_Octree::findVoxel | ( | const UT_Vector3 & | P | ) | const |
| void TS_Octree::setSweepList | ( | const TS_Ray & | ray, | |
| TS_SweepList & | sweep, | |||
| fpreal | tmin = 0, |
|||
| fpreal | tmax = 1e20 | |||
| ) |
TS_OctreeVoxel* TS_Octree::myHead [protected] |
Definition at line 108 of file TS_Octree.h.
unsigned TS_Octree::myMaxLevel [protected] |
Definition at line 109 of file TS_Octree.h.
1.5.9