Functor comparing two nodes. More...
#include <hierarchy_tree_array.h>
| Public Member Functions | |
| nodeBaseLess (const NodeBase< BV > *nodes_, size_t d_) | |
| bool | operator() (size_t i, size_t j) const | 
| Private Attributes | |
| size_t | d | 
| the dimension to compare  More... | |
| const NodeBase< BV > * | nodes | 
| the nodes array  More... | |
Functor comparing two nodes.
Definition at line 264 of file hierarchy_tree_array.h.
| fcl::detail::implementation_array::nodeBaseLess< BV >::nodeBaseLess | ( | const NodeBase< BV > * | nodes_, | 
| size_t | d_ | ||
| ) | 
Definition at line 1049 of file hierarchy_tree_array-inl.h.
| bool fcl::detail::implementation_array::nodeBaseLess< BV >::operator() | ( | size_t | i, | 
| size_t | j | ||
| ) | const | 
Definition at line 1057 of file hierarchy_tree_array-inl.h.
| 
 | private | 
the dimension to compare
Definition at line 276 of file hierarchy_tree_array.h.
| 
 | private | 
the nodes array
Definition at line 273 of file hierarchy_tree_array.h.