template <typename TFunction>
void ForeachParticleSet(
TFunction function
);
| Name | Description |
|---|---|
TFunction |
The type of the function (object) that takes ResParticleSet as an argument. |
| Name | Description | |
|---|---|---|
| in | function | The function (object) to apply. |
Goes through all ResParticleSet in ResParticleModel, applying TFunction.
CONFIDENTIAL