All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
ompl::base::RealVectorStateSpace::StateType Class Reference

The definition of a state in Rn More...

#include <RealVectorStateSpace.h>

Inheritance diagram for ompl::base::RealVectorStateSpace::StateType:

List of all members.

Public Member Functions

double operator[] (unsigned int i) const
 Access element i of values. This does not check whether the index is within bounds.
double & operator[] (unsigned int i)
 Access element i of values. This does not check whether the index is within bounds.

Public Attributes

double * values
 The value of the actual vector in Rn

Detailed Description

The definition of a state in Rn

Definition at line 72 of file RealVectorStateSpace.h.


The documentation for this class was generated from the following file: