CellModules
|
Defines the Scenario class for managing the simulation scenario. More...
#include <mecacell/mecacell.h>
#include "../cells/PrimoCell.hpp"
#include "../core/CellBody.hpp"
#include "../tools/TimeConvert.hpp"
#include "../tools/RandomManager.hpp"
Go to the source code of this file.
Classes | |
class | Scenario |
Manages the simulation scenario. More... | |
Typedefs | |
using | Cell = PrimoCell< CellBody > |
using | World = MecaCell::World< Cell > |
using | Vec = MecaCell::Vec |
Defines the Scenario class for managing the simulation scenario.
Definition in file Scenario.hpp.
Definition at line 16 of file Scenario.hpp.
using Vec = MecaCell::Vec |
Definition at line 18 of file Scenario.hpp.
using World = MecaCell::World<Cell> |
Definition at line 17 of file Scenario.hpp.