SPH
Public Member Functions | List of all members
Particle::ParamIterator Class Reference

#include <Particle.h>

Public Member Functions

 ParamIterator (const ActIterator iterator, Badge< Particle >)
 Constructs the iterator from internal type. More...
 
ParamIteratoroperator++ ()
 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...
 

Detailed Description

Definition at line 196 of file Particle.h.

Constructor & Destructor Documentation

◆ ParamIterator()

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.

Member Function Documentation

◆ operator!=()

bool Particle::ParamIterator::operator!= ( const ParamIterator other) const

Inequality operator.

Definition at line 184 of file Particle.cpp.

◆ operator*()

Particle::ParamData Particle::ParamIterator::operator* ( ) const

Returns all data associated with currently referenced parameter.

Definition at line 180 of file Particle.cpp.

◆ operator++()

Particle::ParamIterator & Particle::ParamIterator::operator++ ( )

Advances the iterator to next quantity.

Definition at line 175 of file Particle.cpp.


The documentation for this class was generated from the following files: