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 272 of file hierarchy_tree_array.h.
hpp::fcl::detail::implementation_array::nodeBaseLess< BV >::nodeBaseLess | ( | const NodeBase< BV > * | nodes_, |
size_t | d_ | ||
) |
Definition at line 895 of file hierarchy_tree_array-inl.h.
bool hpp::fcl::detail::implementation_array::nodeBaseLess< BV >::operator() | ( | size_t | i, |
size_t | j | ||
) | const |
Definition at line 902 of file hierarchy_tree_array-inl.h.
|
private |
the dimension to compare
Definition at line 282 of file hierarchy_tree_array.h.
|
private |
the nodes array
Definition at line 279 of file hierarchy_tree_array.h.