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

Method numParticles

SPlisHSPlasH/FluidModel.h:194–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 void initModel(const std::string &id, const unsigned int nFluidParticles, Vector3r* fluidParticles, Vector3r* fluidVelocities, unsigned int* fluidObjectIds, const unsigned int nMaxEmitterParticles);
193
194 const unsigned int numParticles() const { return static_cast<unsigned int>(m_masses.size()); }
195 unsigned int numActiveParticles() const;
196
197 unsigned int getNumActiveParticles0() const { return m_numActiveParticles0; }

Callers 15

runAllMethod · 0.80
runMethod · 0.80
runRangeMethod · 0.80
runRandomMethod · 0.80
cloneFunction · 0.80
printFunction · 0.80
computeClusteringFunction · 0.80
readPRTFunction · 0.80
writePRTFunction · 0.80
readMCFunction · 0.80
writeRIBFunction · 0.80
writeGEOFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected