#include <hierarchy_tree.h>
Public Member Functions | |
| bool | isLeaf () const |
| whether is a leaf | |
| bool | isInternal () const |
| whether is internal node | |
| NodeBase () | |
Public Attributes | |
| BV | bv |
| the bounding volume for the node | |
| NodeBase< BV > * | parent |
| pointer to parent node | |
| union { | |
| NodeBase< BV > * children [2] | |
| for leaf node, children nodes | |
| void * data | |
| }; | |
| FCL_UINT32 | code |
| morton code for current BV | |
Definition at line 52 of file hierarchy_tree.h.