|
MOAB: Mesh Oriented datABase
(version 5.4.1)
|
Collaboration diagram for moab::BVHTree::Node:Public Member Functions | |
| Node () | |
| Node (const Node &f) | |
| Node & | operator= (const Node &f) |
Public Attributes | |
| HandleDataVec | entities |
| unsigned int | dim |
| unsigned int | child |
| double | Lmax |
| double | Rmin |
| BoundBox | box |
Definition at line 225 of file BVHTree.hpp.
| moab::BVHTree::Node::Node | ( | ) | [inline] |
| moab::BVHTree::Node::Node | ( | const Node & | f | ) | [inline] |
Definition at line 231 of file BVHTree.hpp.
| unsigned int moab::BVHTree::Node::child |
Definition at line 229 of file BVHTree.hpp.
Referenced by operator=().
| unsigned int moab::BVHTree::Node::dim |
Definition at line 229 of file BVHTree.hpp.
Referenced by operator=().
Definition at line 228 of file BVHTree.hpp.
Referenced by operator=().
| double moab::BVHTree::Node::Lmax |
Definition at line 230 of file BVHTree.hpp.
Referenced by operator=().
| double moab::BVHTree::Node::Rmin |
Definition at line 230 of file BVHTree.hpp.
Referenced by operator=().