ompl::GridB< _T, LessThanExternal, LessThanInternal >::LessThanInternalCell Struct Reference
Define order for internal cells.
More...
#include <GridB.h>
List of all members.
Public Member Functions |
| bool | operator() (const CellX *const a, const CellX *const b) const |
Private Attributes |
| LessThanInternal | lt_ |
Detailed Description
template<typename _T, class LessThanExternal = std::less<_T>, class LessThanInternal = LessThanExternal>
struct ompl::GridB< _T, LessThanExternal, LessThanInternal >::LessThanInternalCell
Define order for internal cells.
Definition at line 319 of file GridB.h.
Member Function Documentation
template<typename _T, class LessThanExternal = std::less<_T>, class LessThanInternal = LessThanExternal>
| bool ompl::GridB< _T, LessThanExternal, LessThanInternal >::LessThanInternalCell::operator() |
( |
const CellX *const |
a, |
|
|
const CellX *const |
b | |
|
) |
| | const [inline] |
Member Data Documentation
template<typename _T, class LessThanExternal = std::less<_T>, class LessThanInternal = LessThanExternal>
The documentation for this struct was generated from the following file: