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

Method numActiveParticles

SPlisHSPlasH/FluidModel.cpp:387–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387unsigned int FluidModel::numActiveParticles() const
388{
389 return m_numActiveParticles;
390}
391
392void FluidModel::setDragMethodChangedCallback(std::function<void()> const& callBackFct)
393{

Callers 15

FluidModelDataMethod · 0.80
NonpressureDataMethod · 0.80
emitParticlesMethod · 0.80
emitParticlesCircleMethod · 0.80
clearAccelerationsMethod · 0.80
computeDensitiesMethod · 0.80
precomputeValuesMethod · 0.80
stepMethod · 0.80
updateTimeStepSizeCFLMethod · 0.80
reuseParticlesMethod · 0.80

Calls

no outgoing calls

Tested by 2

FluidModelDataMethod · 0.64
NonpressureDataMethod · 0.64