Definintion of an operator passed to the Grid structure, to order cells by importance. More...
#include <Discretization.h>
Public Member Functions | |
bool | operator() (const CellData *const a, const CellData *const b) const |
Order function. |
Definintion of an operator passed to the Grid structure, to order cells by importance.
Definition at line 99 of file Discretization.h.
bool ompl::geometric::Discretization< Motion >::OrderCellsByImportance::operator() | ( | const CellData *const | a, | |
const CellData *const | b | |||
) | const [inline] |
Order function.
Definition at line 103 of file Discretization.h.