#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 | code | 
Definition at line 53 of file node_base_array.h.
| bool fcl::detail::implementation_array::NodeBase< BV >::isInternal | 
Definition at line 61 of file node_base_array-inl.h.
| bool fcl::detail::implementation_array::NodeBase< BV >::isLeaf | 
Definition at line 54 of file node_base_array-inl.h.
| union { ... } | 
| union { ... } | 
| BV fcl::detail::implementation_array::NodeBase< BV >::bv | 
Definition at line 55 of file node_base_array.h.
| size_t fcl::detail::implementation_array::NodeBase< BV >::children[2] | 
Definition at line 65 of file node_base_array.h.
| uint32 fcl::detail::implementation_array::NodeBase< BV >::code | 
Definition at line 69 of file node_base_array.h.
| void* fcl::detail::implementation_array::NodeBase< BV >::data | 
Definition at line 66 of file node_base_array.h.
| size_t fcl::detail::implementation_array::NodeBase< BV >::next | 
Definition at line 60 of file node_base_array.h.
| size_t fcl::detail::implementation_array::NodeBase< BV >::parent | 
Definition at line 59 of file node_base_array.h.