Definition of an abstract control. More...
#include <Control.h>

Public Member Functions | |
| template<class T > | |
| T * | as (void) |
| Cast this instance to a desired type. | |
| template<class T > | |
| const T * | as (void) const |
| Cast this instance to a desired type. | |
Protected Member Functions | |
| Control (void) | |
| virtual | ~Control (void) |
Private Member Functions | |
| Control (const Control &) | |
| Disable copy-constructor. | |
| const Control & | operator= (const Control &) |
| Disable copy operator. | |
Definition of an abstract control.
Definition at line 48 of file Control.h.
| ompl::control::Control::Control | ( | const Control & | ) | [private] |
Disable copy-constructor.
| ompl::control::Control::Control | ( | void | ) | [inline, protected] |
| virtual ompl::control::Control::~Control | ( | void | ) | [inline, protected, virtual] |
| T* ompl::control::Control::as | ( | void | ) | [inline] |
| const T* ompl::control::Control::as | ( | void | ) | const [inline] |
Disable copy operator.