Public Member Functions | |
Bucket () | |
Bucket (const Bucket &f) | |
Bucket (const unsigned int sz) | |
Bucket & | operator= (const Bucket &f) |
Static Public Member Functions | |
static unsigned int | bucket_index (int num_splits, const BoundBox &box, const BoundBox &interval, const unsigned int dim) |
Public Attributes | |
unsigned int | mySize |
BoundBox | boundingBox |
Definition at line 205 of file BVHTree.hpp.
|
inline |
Definition at line 208 of file BVHTree.hpp.
|
inline |
Definition at line 209 of file BVHTree.hpp.
|
inline |
Definition at line 210 of file BVHTree.hpp.
|
inlinestatic |
Definition at line 330 of file BVHTree.hpp.
References moab::BoundBox::bMax, moab::BoundBox::bMin, center(), dim, and length().
Referenced by moab::BVHTree::establish_buckets(), and moab::BVHTree::order_elements().
Definition at line 217 of file BVHTree.hpp.
References boundingBox, and mySize.
BoundBox moab::BVHTree::Bucket::boundingBox |
Definition at line 216 of file BVHTree.hpp.
Referenced by moab::BVHTree::establish_buckets(), and operator=().
unsigned int moab::BVHTree::Bucket::mySize |
Definition at line 215 of file BVHTree.hpp.
Referenced by moab::BVHTree::establish_buckets(), and operator=().