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

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

#include <GridN.h>

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

List of all members.

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.

Detailed Description

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

Definition of a cell in this grid.

Definition at line 61 of file GridN.h.


Constructor & Destructor Documentation

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

Reimplemented from ompl::Grid< _T >::Cell.

Definition at line 69 of file GridN.h.

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

Reimplemented from ompl::Grid< _T >::Cell.

Definition at line 73 of file GridN.h.


Member Data Documentation

template<typename _T>
bool ompl::GridN< _T >::Cell::border

A flag indicating whether this cell is on the border or not.

Definition at line 67 of file GridN.h.

template<typename _T>
unsigned int ompl::GridN< _T >::Cell::neighbors

The number of neighbors.

Definition at line 64 of file GridN.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