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

Method getUseGUI

Simulator/SimulatorBase.h:202–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 bool getUseParticleCaching() const { return m_useParticleCaching; }
201 void setUseParticleCaching(bool val) { m_useParticleCaching = val; }
202 bool getUseGUI() const { return m_useGUI; }
203 void setUseGUI(bool val) { m_useGUI = val; }
204
205 const std::string& getColorField(const unsigned int fluidModelIndex) { return m_colorField[fluidModelIndex]; }

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected