The definition of a control in Rn More...
#include <RealVectorControlSpace.h>
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. | |
![]() | |
template<class T > | |
const T * | as (void) const |
Cast this instance to a desired type. | |
template<class T > | |
T * | as (void) |
Cast this instance to a desired type. |
Public Attributes | |
double * | values |
An array of length n, representing the value of the control. |
The definition of a control in Rn
Definition at line 68 of file RealVectorControlSpace.h.