| 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; } |
no outgoing calls
no test coverage detected