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


Public Member Functions | |
| virtual double | getDuration () const |
| InstantaneousCommand () | |
| void | process (ExecutionEnvironment &env, double t, double dt) |
| virtual void | process (ExecutionEnvironment &)=0 |
| virtual | ~InstantaneousCommand () |
|
|
Definition at line 34 of file command.h. 00034 {};
|
|
|
Definition at line 35 of file command.h. 00035 {};
|
|
|
Implements Command. Definition at line 36 of file command.h. 00036 { return 0.0; };
|
|
||||||||||||||||
|
Implements Command. Definition at line 38 of file command.h. References process(). 00039 {
00040 process(env);
00041 };
|
|
1.4.1