Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

CommandChase Class Reference

#include <command.h>

Inheritance diagram for CommandChase:

Inheritance graph
Collaboration diagram for CommandChase:

Collaboration graph
List of all members.

Public Member Functions

 CommandChase ()
void process (ExecutionEnvironment &)

Private Attributes

int dummy

Constructor & Destructor Documentation

CommandChase::CommandChase  ) 
 

Definition at line 194 of file command.cpp.

00195 {
00196 }


Member Function Documentation

void CommandChase::process ExecutionEnvironment  )  [virtual]
 

Implements InstantaneousCommand.

Definition at line 198 of file command.cpp.

00199 {
00200     env.getSimulation()->chase();
00201 }


Member Data Documentation

int CommandChase::dummy [private]
 

Definition at line 190 of file command.h.


The documentation for this class was generated from the following files:
Generated on Sat Jan 14 22:33:12 2006 for Celestia by  doxygen 1.4.1