Definition of a compound state. More...
#include <State.h>

Public Member Functions | |
| template<class T > | |
| const T * | as (const unsigned int index) const |
| Cast a component of this instance to a desired type. | |
| template<class T > | |
| T * | as (const unsigned int index) |
| Cast a component of this instance to a desired type. | |
| State * | operator[] (unsigned int i) const |
| Access element ith component. This does not check whether the index is within bounds. | |
Public Attributes | |
| State ** | components |
| The components that make up a compound state. | |
Definition of a compound state.
| const T* ompl::base::CompoundState::as | ( | const unsigned int | index | ) | const [inline] |
| T* ompl::base::CompoundState::as | ( | const unsigned int | index | ) | [inline] |