Definition of a compound control. More...
#include <Control.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. | |
Public Attributes | |
| Control ** | components |
| The components that make up a compound control. | |
Definition of a compound control.
| const T* ompl::control::CompoundControl::as | ( | const unsigned int | index | ) | const [inline] |
| T* ompl::control::CompoundControl::as | ( | const unsigned int | index | ) | [inline] |