nw::gfx::ParticleModel::ForeachConstParticleSet Member Function

Syntax

template <typename TFunction>
void ForeachConstParticleSet(
     TFunction function
) const;

Template Arguments

Name Description
TFunction The type of the function (object) that takes the pointer to ParticleSet as an argument.

Arguments

Name Description
in function The function (object) to apply.

Return Values

None.

Description

Goes through all ParticleSet in ParticleModel, applying TFunction.


CONFIDENTIAL