#include <node_base_array.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 |
uint32_t | code |
Definition at line 51 of file node_base_array.h.
bool hpp::fcl::detail::implementation_array::NodeBase< BV >::isInternal |
Definition at line 58 of file node_base_array-inl.h.
bool hpp::fcl::detail::implementation_array::NodeBase< BV >::isLeaf |
Definition at line 52 of file node_base_array-inl.h.
union { ... } |
union { ... } |
BV hpp::fcl::detail::implementation_array::NodeBase< BV >::bv |
Definition at line 52 of file node_base_array.h.
size_t hpp::fcl::detail::implementation_array::NodeBase< BV >::children[2] |
Definition at line 60 of file node_base_array.h.
uint32_t hpp::fcl::detail::implementation_array::NodeBase< BV >::code |
Definition at line 64 of file node_base_array.h.
void* hpp::fcl::detail::implementation_array::NodeBase< BV >::data |
Definition at line 61 of file node_base_array.h.
size_t hpp::fcl::detail::implementation_array::NodeBase< BV >::next |
Definition at line 56 of file node_base_array.h.
size_t hpp::fcl::detail::implementation_array::NodeBase< BV >::parent |
Definition at line 55 of file node_base_array.h.