Definition of a compound state.
More...
#include <State.h>
|
| template<class T > |
| const T * | as (const unsigned int index) const |
| | Cast a component of this instance to a desired type. More...
|
| |
| template<class T > |
| T * | as (const unsigned int index) |
| | Cast a component of this instance to a desired type. More...
|
| |
|
State * | operator[] (unsigned int i) const |
| | Access element ith component. 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. More...
|
| |
| template<class T > |
| T * | as (void) |
| | Cast this instance to a desired type. More...
|
| |
Definition of a compound state.
Definition at line 95 of file State.h.
template<class T >
| const T* ompl::base::CompoundState::as |
( |
const unsigned int |
index) | |
const |
|
inline |
Cast a component of this instance to a desired type.
Make sure the type we are allocating is indeed a state
Definition at line 109 of file State.h.
template<class T >
| T* ompl::base::CompoundState::as |
( |
const unsigned int |
index) | |
|
|
inline |
Cast a component of this instance to a desired type.
Make sure the type we are allocating is indeed a state
Definition at line 119 of file State.h.
The documentation for this class was generated from the following file: