Public Member Functions | |
SplitData () | |
SplitData (const SplitData &f) | |
SplitData & | operator= (const SplitData &f) |
Public Attributes | |
unsigned int | dim |
unsigned int | nl |
unsigned int | nr |
double | split |
double | Lmax |
double | Rmin |
BoundBox | boundingBox |
BoundBox | leftBox |
BoundBox | rightBox |
Definition at line 141 of file BVHTree.hpp.
|
inline |
|
inline |
BoundBox moab::BVHTree::SplitData::boundingBox |
Definition at line 156 of file BVHTree.hpp.
Referenced by moab::BVHTree::find_split(), moab::BVHTree::initialize_splits(), moab::BVHTree::local_build_tree(), moab::BVHTree::median_order(), operator=(), and moab::BVHTree::order_elements().
unsigned int moab::BVHTree::SplitData::dim |
Definition at line 153 of file BVHTree.hpp.
Referenced by moab::BVHTree::find_split(), moab::BVHTree::local_build_tree(), moab::BVHTree::median_order(), operator=(), and moab::BVHTree::order_elements().
BoundBox moab::BVHTree::SplitData::leftBox |
Definition at line 156 of file BVHTree.hpp.
Referenced by moab::BVHTree::find_split(), moab::BVHTree::local_build_tree(), moab::BVHTree::median_order(), and operator=().
double moab::BVHTree::SplitData::Lmax |
Definition at line 155 of file BVHTree.hpp.
Referenced by moab::BVHTree::find_split(), moab::BVHTree::local_build_tree(), moab::BVHTree::median_order(), moab::BVHTree::Split_comparator::objective(), and operator=().
unsigned int moab::BVHTree::SplitData::nl |
Definition at line 153 of file BVHTree.hpp.
Referenced by moab::BVHTree::find_split(), moab::BVHTree::local_build_tree(), moab::BVHTree::median_order(), moab::BVHTree::Split_comparator::objective(), and operator=().
unsigned int moab::BVHTree::SplitData::nr |
Definition at line 153 of file BVHTree.hpp.
Referenced by moab::BVHTree::find_split(), moab::BVHTree::median_order(), moab::BVHTree::Split_comparator::objective(), and operator=().
BoundBox moab::BVHTree::SplitData::rightBox |
Definition at line 156 of file BVHTree.hpp.
Referenced by moab::BVHTree::find_split(), moab::BVHTree::local_build_tree(), moab::BVHTree::median_order(), and operator=().
double moab::BVHTree::SplitData::Rmin |
Definition at line 155 of file BVHTree.hpp.
Referenced by moab::BVHTree::find_split(), moab::BVHTree::local_build_tree(), moab::BVHTree::median_order(), moab::BVHTree::Split_comparator::objective(), and operator=().
double moab::BVHTree::SplitData::split |
Definition at line 154 of file BVHTree.hpp.
Referenced by moab::BVHTree::median_order(), operator=(), and moab::BVHTree::order_elements().