#include <simulation.hpp>
Collaboration diagram for simulationStep:
Public Attributes | |
list< Grid > | path |
Grid | space |
This is used to represent a single simulation step.
Definition at line 41 of file simulation.hpp.
|
List of spaces which lead to the current space. Definition at line 43 of file simulation.hpp. Referenced by SimulationManager::updatePathList(). |
|
Current space of the simulation step. Definition at line 44 of file simulation.hpp. Referenced by Simulation::nextStep(), Simulation::resetSimulation(), and Simulation::Simulation(). |