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

Method setUseGUI

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

Source from the content-addressed store, hash-verified

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]; }
206 void setColorField(const unsigned int fluidModelIndex, const std::string& fieldName) { m_colorField[fluidModelIndex] = fieldName; }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected