ompl::Grid< _T >::Cell Struct Reference

Definition of a cell in this grid. More...

#include <ompl/datastructures/Grid.h>

Inheritance diagram for ompl::Grid< _T >::Cell:

List of all members.

Public Attributes

_T data
 The data we store in the cell.
Coord coord
 The coordinate of the cell.

Detailed Description

template<typename _T>
struct ompl::Grid< _T >::Cell

Definition of a cell in this grid.

Definition at line 59 of file Grid.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines