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


Public Member Functions | |
| CommandCenter (double t) | |
| void | process (ExecutionEnvironment &) |
| ~CommandCenter () | |
Private Attributes | |
| double | centerTime |
|
|
Definition at line 150 of file command.cpp. 00150 : centerTime(t) 00151 { 00152 }
|
|
|
Definition at line 154 of file command.cpp. 00155 {
00156 }
|
|
|
Implements InstantaneousCommand. Definition at line 158 of file command.cpp. References centerTime. 00159 {
00160 env.getSimulation()->centerSelection(centerTime);
00161 }
|
|
|
Definition at line 146 of file command.h. Referenced by process(). |
1.4.1