Definition of a cell in this grid. More...
#include <GridN.h>
Public Member Functions | |
Cell (void) | |
virtual | ~Cell (void) |
Public Attributes | |
bool | border |
A flag indicating whether this cell is on the border or not. | |
unsigned int | neighbors |
The number of neighbors. |
Definition of a cell in this grid.
Definition at line 61 of file GridN.h.
ompl::GridN< _T >::Cell::Cell | ( | void | ) | [inline] |
Reimplemented from ompl::Grid< _T >::Cell.
virtual ompl::GridN< _T >::Cell::~Cell | ( | void | ) | [inline, virtual] |
Reimplemented from ompl::Grid< _T >::Cell.
bool ompl::GridN< _T >::Cell::border |
unsigned int ompl::GridN< _T >::Cell::neighbors |