moab
|
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 205 of file BVHTree.hpp.
moab::BVHTree::TreeNode::TreeNode | ( | int | dm, |
int | chld, | ||
double | lmx, | ||
double | rmn, | ||
BoundBox & | bx | ||
) | [inline] |
Definition at line 209 of file BVHTree.hpp.
unsigned int moab::BVHTree::TreeNode::child |
Definition at line 207 of file BVHTree.hpp.
unsigned int moab::BVHTree::TreeNode::dim |
Definition at line 207 of file BVHTree.hpp.
Definition at line 208 of file BVHTree.hpp.
Definition at line 208 of file BVHTree.hpp.