Functor comparing two nodes. More...
#include <hierarchy_tree.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 | |
const NodeBase< BV > * | nodes |
the nodes array |
Functor comparing two nodes.
Definition at line 343 of file hierarchy_tree.h.
fcl::implementation_array::nodeBaseLess< BV >::nodeBaseLess | ( | const NodeBase< BV > * | nodes_, |
size_t | d_ | ||
) | [inline] |
Definition at line 345 of file hierarchy_tree.h.
bool fcl::implementation_array::nodeBaseLess< BV >::operator() | ( | size_t | i, |
size_t | j | ||
) | const [inline] |
Definition at line 349 of file hierarchy_tree.h.
size_t fcl::implementation_array::nodeBaseLess< BV >::d [private] |
the dimension to compare
Definition at line 362 of file hierarchy_tree.h.
const NodeBase<BV>* fcl::implementation_array::nodeBaseLess< BV >::nodes [private] |
the nodes array
Definition at line 359 of file hierarchy_tree.h.