#include <hpp/fcl/broadphase/hierarchy_tree.h>
Public Member Functions | |
bool | isLeaf () const |
bool | isInternal () const |
Public Attributes | |
BV | bv |
union { | |
size_t parent | |
size_t next | |
}; | |
union { | |
size_t children [2] | |
void * data | |
}; | |
FCL_UINT32 | code |
|
inline |
|
inline |
union { ... } |
union { ... } |
BV fcl::implementation_array::NodeBase< BV >::bv |
Referenced by fcl::implementation_array::HierarchyTree< BV >::print().
size_t fcl::implementation_array::NodeBase< BV >::children[2] |
FCL_UINT32 fcl::implementation_array::NodeBase< BV >::code |
void* fcl::implementation_array::NodeBase< BV >::data |
size_t fcl::implementation_array::NodeBase< BV >::next |
size_t fcl::implementation_array::NodeBase< BV >::parent |