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


Public Member Functions | |
| CommandSetSurface (const std::string &) | |
| void | process (ExecutionEnvironment &) |
Private Attributes | |
| std::string | surfaceName |
|
|
Definition at line 254 of file command.cpp. 00254 : 00255 surfaceName(_surfaceName) 00256 { 00257 }
|
|
|
Implements InstantaneousCommand. Definition at line 259 of file command.cpp. References surfaceName. 00260 {
00261 env.getSimulation()->getActiveObserver()->setDisplayedSurface(surfaceName);
00262 }
|
|
|
Definition at line 226 of file command.h. Referenced by process(). |
1.4.1