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


Public Member Functions | |
| CommandFollow () | |
| void | process (ExecutionEnvironment &) |
Private Attributes | |
| int | dummy |
|
|
Definition at line 167 of file command.cpp. 00168 {
00169 }
|
|
|
Implements InstantaneousCommand. Definition at line 171 of file command.cpp. 00172 {
00173 env.getSimulation()->follow();
00174 }
|
|
|
|
1.4.1