|
HDK
|
#include <UT_KDTree.h>
Inheritance diagram for UT_KDTree::AggregateVolume:Public Member Functions | |
| virtual const VolumeData & | getData (int nodeid) const =0 |
Public Member Functions inherited from UT_KDTree::Visitor | |
| virtual | ~Visitor () |
| virtual void | setNumNodes (int num_nodes) |
| virtual void | visitLeaf (int nodeid, const int *point_list, int size, const UT_BoundingBox &box)=0 |
| virtual void | postVisitInternal (int nodeid, int leftid, int rightid, const UT_BoundingBox &box, int axis, float split) |
This class knows how to compute aggregate volume data (using a tree traversal) and also provides an accessor to the computed data.
Definition at line 698 of file UT_KDTree.h.
|
pure virtual |