#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 50 of file coal/broadphase/detail/node_base_array.h.
| bool coal::detail::implementation_array::NodeBase< BV >::isInternal | 
Definition at line 57 of file coal/broadphase/detail/node_base_array-inl.h.
| bool coal::detail::implementation_array::NodeBase< BV >::isLeaf | 
Definition at line 51 of file coal/broadphase/detail/node_base_array-inl.h.
| union { ... } | 
| union { ... } | 
| BV coal::detail::implementation_array::NodeBase< BV >::bv | 
Definition at line 51 of file coal/broadphase/detail/node_base_array.h.
| size_t coal::detail::implementation_array::NodeBase< BV >::children[2] | 
Definition at line 59 of file coal/broadphase/detail/node_base_array.h.
| uint32_t coal::detail::implementation_array::NodeBase< BV >::code | 
Definition at line 63 of file coal/broadphase/detail/node_base_array.h.
| void* coal::detail::implementation_array::NodeBase< BV >::data | 
Definition at line 60 of file coal/broadphase/detail/node_base_array.h.
| size_t coal::detail::implementation_array::NodeBase< BV >::next | 
Definition at line 55 of file coal/broadphase/detail/node_base_array.h.
| size_t coal::detail::implementation_array::NodeBase< BV >::parent | 
Definition at line 54 of file coal/broadphase/detail/node_base_array.h.