Loading...
Searching...
No Matches
ompl::GridB< _T, LessThanExternal, LessThanInternal >::LessThanExternalCell Struct Reference

Define order for external cells. More...

#include <ompl/datastructures/GridB.h>

Public Member Functions

bool operator() (const CellX *const a, const CellX *const b) const
 

Detailed Description

template<typename _T, class LessThanExternal = std::less<_T>, class LessThanInternal = LessThanExternal>
struct ompl::GridB< _T, LessThanExternal, LessThanInternal >::LessThanExternalCell

Define order for external cells.

Definition at line 326 of file GridB.h.

Member Function Documentation

◆ operator()()

template<typename _T , class LessThanExternal = std::less<_T>, class LessThanInternal = LessThanExternal>
bool ompl::GridB< _T, LessThanExternal, LessThanInternal >::LessThanExternalCell::operator() ( const CellX *const  a,
const CellX *const  b 
) const
inline

Definition at line 328 of file GridB.h.


The documentation for this struct was generated from the following file: