| 224 | void setBoundarySimulator(SPH::BoundarySimulator * val) { m_boundarySimulator = val; } |
| 225 | SPH::Simulator_GUI_Base * getGui() const { return m_gui; } |
| 226 | void setGui(SPH::Simulator_GUI_Base * val) { m_gui = val; } |
| 227 | bool isStaticScene() const { return m_isStaticScene; } |
| 228 | |
| 229 | void addParticleExporter(const std::string& key, const std::string& name, const std::string& description, ExporterBase* exporter) { m_particleExporters.push_back({ key, name, description, exporter, -1 }); } |