![]() |
DamBreak++ Wave Simulator 0.3
DamBreak++ Simulation Framework
|
#include <string>
#include <filesystem>
#include "include/Sfx_DefineTypes.h"
#include "include/Sfx_Singleton.hpp"
Go to the source code of this file.
Classes | |
class | Sfx::Simulation |
Bean that represents a simulation in the framework. Many of the attributes of the simulation bean are defined in the Simulation.properties file by the user of the framework. The Controller class uses the simulation bean to control the creation of the correct classes for the simulation. More... | |
struct | Sfx::Simulation::SimProp |
Property loaded at initialization (from file, user) Struct that hold parameters for the current simulation. At the end of the simulation these parameters will be saved (as a scenario) that could be retrieved later to run the scenario (it's not all clear in mind, but it will be part of the scenario concept). More... |
Namespaces | |
namespace | Sfx |