Loading...
Searching...
No Matches
ompl::Grid< _T >::Cell Struct Reference
Definition of a cell in this grid. More...
#include <ompl/datastructures/Grid.h>
Public Attributes | |
_T | data |
The data we store in the cell. More... | |
Coord | coord |
The coordinate of the cell. More... | |
Detailed Description
template<typename _T>
struct ompl::Grid< _T >::Cell
struct ompl::Grid< _T >::Cell
Definition of a cell in this grid.
Member Data Documentation
◆ coord
template<typename _T >
Coord ompl::Grid< _T >::Cell::coord |
◆ data
template<typename _T >
_T ompl::Grid< _T >::Cell::data |
The documentation for this struct was generated from the following file:
- ompl/datastructures/Grid.h