#include <command.h>
Inheritance diagram for Command:

Public Member Functions | |
| Command () | |
| virtual double | getDuration () const =0 |
| virtual void | process (ExecutionEnvironment &, double t, double dt)=0 |
| virtual | ~Command () |
|
|
Definition at line 22 of file command.h. 00022 {};
|
|
|
Definition at line 23 of file command.h. 00023 {};
|
|
|
Implemented in InstantaneousCommand, and TimedCommand. Referenced by Execution::tick(). |
|
||||||||||||||||
|
Implemented in InstantaneousCommand, CommandWait, CommandChangeDistance, CommandOrbit, CommandRotate, CommandMove, and RepeatCommand. Referenced by Execution::tick(). |
1.4.1