Definition of a cell in this grid. More...
#include <Grid.h>

Public Member Functions | |
| Cell (void) | |
| virtual | ~Cell (void) |
Public Attributes | |
| Coord | coord |
| The coordinate of the cell. | |
| _T | data |
| The data we store in the cell. | |
Definition of a cell in this grid.
Definition at line 59 of file Grid.h.
| ompl::Grid< _T >::Cell::Cell | ( | void | ) | [inline] |
Reimplemented in ompl::GridN< _T >::Cell.
| virtual ompl::Grid< _T >::Cell::~Cell | ( | void | ) | [inline, virtual] |
Reimplemented in ompl::GridN< _T >::Cell.
| Coord ompl::Grid< _T >::Cell::coord |
| _T ompl::Grid< _T >::Cell::data |