SPH
|
Helper for enumerating all stored parameters. More...
#include <Particle.h>
Public Member Functions | |
ParamSequence (const Particle &particle) | |
Creates a sequence of all material parameters of given particle. More... | |
ParamIterator | begin () const |
Returns iterator pointing to the first parameter. More... | |
ParamIterator | end () const |
Returns iterator pointing to the one-past-last parameter. More... | |
Helper for enumerating all stored parameters.
Definition at line 219 of file Particle.h.
Particle::ParamSequence::ParamSequence | ( | const Particle & | particle | ) |
Creates a sequence of all material parameters of given particle.
Definition at line 189 of file Particle.cpp.
Particle::ParamIterator Particle::ParamSequence::begin | ( | ) | const |
Returns iterator pointing to the first parameter.
Definition at line 193 of file Particle.cpp.
Particle::ParamIterator Particle::ParamSequence::end | ( | ) | const |
Returns iterator pointing to the one-past-last parameter.
Definition at line 197 of file Particle.cpp.