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

Method setCachePath

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

Source from the content-addressed store, hash-verified

421 NeighborhoodSearch* getNeighborhoodSearch() { return m_neighborhoodSearch; }
422
423 void setCachePath(const std::string& cachePath) { m_cachePath = cachePath; }
424 const std::string& getCachePath() const { return m_cachePath; }
425 void setUseCache(const bool useCache) { m_useCache = useCache; }
426 const bool getUseCache() const { return m_useCache; }

Callers 1

initFluidDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected