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


Public Member Functions | |
| CommandTrack () | |
| void | process (ExecutionEnvironment &) |
Private Attributes | |
| int | dummy |
|
|
Definition at line 207 of file command.cpp. 00208 {
00209 }
|
|
|
Implements InstantaneousCommand. Definition at line 211 of file command.cpp. 00212 {
00213 env.getSimulation()->setTrackedObject(env.getSimulation()->getSelection());
00214 }
|
|
|
|
1.4.1