| 387 | void setSimulationMethodChangedCallback(std::function<void()> const& callBackFct); |
| 388 | |
| 389 | TimeStep *getTimeStep() { return m_timeStep; } |
| 390 | |
| 391 | bool is2DSimulation() { return m_sim2D; } |
| 392 | bool zSortEnabled() { return m_enableZSort; } |
no outgoing calls
no test coverage detected