#include <hierarchy_tree.h>
Public Member Functions | |
bool | isInternal () const |
bool | isLeaf () const |
Public Attributes | |
union { | |
size_t next | |
size_t parent | |
}; | |
union { | |
size_t children [2] | |
void * data | |
}; | |
BV | bv |
FCL_UINT32 | code |
Definition at line 317 of file hierarchy_tree.h.
bool fcl::implementation_array::NodeBase< BV >::isInternal | ( | ) | const [inline] |
Definition at line 336 of file hierarchy_tree.h.
bool fcl::implementation_array::NodeBase< BV >::isLeaf | ( | ) | const [inline] |
Definition at line 335 of file hierarchy_tree.h.
union { ... } |
union { ... } |
BV fcl::implementation_array::NodeBase< BV >::bv |
Definition at line 319 of file hierarchy_tree.h.
size_t fcl::implementation_array::NodeBase< BV >::children[2] |
Definition at line 329 of file hierarchy_tree.h.
FCL_UINT32 fcl::implementation_array::NodeBase< BV >::code |
Definition at line 333 of file hierarchy_tree.h.
void* fcl::implementation_array::NodeBase< BV >::data |
Definition at line 330 of file hierarchy_tree.h.
size_t fcl::implementation_array::NodeBase< BV >::next |
Definition at line 324 of file hierarchy_tree.h.
size_t fcl::implementation_array::NodeBase< BV >::parent |
Definition at line 323 of file hierarchy_tree.h.