SPH
|
#include <Particle.h>
Public Member Functions | |
ParamIterator (const ActIterator iterator, Badge< Particle >) | |
Constructs the iterator from internal type. More... | |
ParamIterator & | operator++ () |
Advances the iterator to next quantity. More... | |
ParamData | operator* () const |
Returns all data associated with currently referenced parameter. More... | |
bool | operator!= (const ParamIterator &other) const |
Inequality operator. More... | |
Definition at line 196 of file Particle.h.
Particle::ParamIterator::ParamIterator | ( | const ActIterator | iterator, |
Badge< Particle > | |||
) |
Constructs the iterator from internal type.
Cannot be constructed directly, use Particle::getParameters instead.
Definition at line 172 of file Particle.cpp.
bool Particle::ParamIterator::operator!= | ( | const ParamIterator & | other | ) | const |
Inequality operator.
Definition at line 184 of file Particle.cpp.
Particle::ParamData Particle::ParamIterator::operator* | ( | ) | const |
Returns all data associated with currently referenced parameter.
Definition at line 180 of file Particle.cpp.
Particle::ParamIterator & Particle::ParamIterator::operator++ | ( | ) |
Advances the iterator to next quantity.
Definition at line 175 of file Particle.cpp.