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


Public Member Functions | |
| CommandCancel () | |
| void | process (ExecutionEnvironment &) |
Private Attributes | |
| int | dummy |
|
|
Definition at line 269 of file command.cpp. 00270 {
00271 }
|
|
|
Implements InstantaneousCommand. Definition at line 273 of file command.cpp. 00274 {
00275 env.getSimulation()->cancelMotion();
00276 env.getSimulation()->setFrame(FrameOfReference());
00277 env.getSimulation()->setTrackedObject(Selection());
00278 }
|
|
|
|
1.4.1