MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / getTimeStep

Method getTimeStep

SPlisHSPlasH/Simulation.h:389–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }

Callers 15

mainFunction · 0.80
initSimulationMethod · 0.80
deferredInitMethod · 0.80
readParametersMethod · 0.80
buildModelMethod · 0.80
timeStepMethod · 0.80
timeStepNoGUIMethod · 0.80
writeParameterStateMethod · 0.80
readParameterStateMethod · 0.80
writeSceneFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected