#include <Simulation.h>
Derive from this class to define your world's objects and add them to the simulation.
Definition at line 334 of file Simulation.h.
Public Member Functions | |
Simulation * | GetSimulation () |
Returns the corresponding simulation for the object. | |
SimulationObject () | |
Creates a new simulation object. | |
virtual | ~SimulationObject () |
Destroys the simulation object. | |
Private Attributes | |
Simulation * | Simulation |
The corresponding simulation for the object. | |
friend | Simulation |
|
Creates a new simulation object.
|
|
Destroys the simulation object.
|
|
Returns the corresponding simulation for the object.
|
|
The corresponding simulation for the object.
Definition at line 350 of file Simulation.h. |
|
Definition at line 336 of file Simulation.h. |