![]() |
Mesh Oriented datABase
(version 5.4.1)
Array-based unstructured mesh datastructure
|
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.
moab::BVHTree::SplitData::SplitData | ( | ) | [inline] |
Definition at line 144 of file BVHTree.hpp.
: dim( UINT_MAX ), nl( UINT_MAX ), nr( UINT_MAX ), split( DBL_MAX ), Lmax( -DBL_MAX ), Rmin( DBL_MAX )
{
}
moab::BVHTree::SplitData::SplitData | ( | const SplitData & | f | ) | [inline] |
Definition at line 148 of file BVHTree.hpp.
: dim( f.dim ), nl( f.nl ), nr( f.nr ), split( f.split ), Lmax( f.Lmax ), Rmin( f.Rmin ),
boundingBox( f.boundingBox ), leftBox( f.leftBox ), rightBox( f.rightBox )
{
}
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().
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=().
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=().
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=().
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=().
Definition at line 154 of file BVHTree.hpp.
Referenced by moab::BVHTree::median_order(), operator=(), and moab::BVHTree::order_elements().