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

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

#include <Grid.h>

Inheritance diagram for ompl::Grid< _T >::Cell:
Inheritance graph
[legend]

List of all members.

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.

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.


Constructor & Destructor Documentation

template<typename _T>
ompl::Grid< _T >::Cell::Cell ( void   )  [inline]

Reimplemented in ompl::GridN< _T >::Cell.

Definition at line 67 of file Grid.h.

template<typename _T>
virtual ompl::Grid< _T >::Cell::~Cell ( void   )  [inline, virtual]

Reimplemented in ompl::GridN< _T >::Cell.

Definition at line 71 of file Grid.h.


Member Data Documentation

template<typename _T>
Coord ompl::Grid< _T >::Cell::coord

The coordinate of the cell.

Definition at line 65 of file Grid.h.

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

The data we store in the cell.

Definition at line 62 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


ompl
Author(s): Ioan Sucan/isucan@rice.edu, Mark Moll/mmoll@rice.edu, Lydia Kavraki/kavraki@rice.edu
autogenerated on Fri Jan 11 09:33:58 2013