MOAB: Mesh Oriented datABase
(version 5.2.1)
|
Public Member Functions | |
TreeNode (int dm, int chld, double lmx, double rmn, BoundBox &bx) | |
TreeNode & | operator= (const TreeNode &f) |
Public Attributes | |
unsigned int | dim |
unsigned int | child |
double | Lmax |
double | Rmin |
BoundBox | box |
Definition at line 223 of file BVHTree.hpp.
moab::BVHTree::TreeNode::TreeNode | ( | int | dm, |
int | chld, | ||
double | lmx, | ||
double | rmn, | ||
BoundBox & | bx | ||
) | [inline] |
Definition at line 228 of file BVHTree.hpp.
unsigned int moab::BVHTree::TreeNode::child |
Definition at line 226 of file BVHTree.hpp.
Referenced by operator=().
unsigned int moab::BVHTree::TreeNode::dim |
Definition at line 226 of file BVHTree.hpp.
Referenced by moab::BVHTree::find_point(), and operator=().
Definition at line 227 of file BVHTree.hpp.
Referenced by moab::BVHTree::find_point(), and operator=().
Definition at line 227 of file BVHTree.hpp.
Referenced by moab::BVHTree::find_point(), and operator=().