PSCF v1.2
Pscf::MeshIterator< D > Class Template Reference

Iterator over points in a Mesh<D>. More...

#include <MeshIterator.h>

Public Member Functions

 MeshIterator ()
 Default constructor.
 
 MeshIterator (const IntVec< D > &dimensions)
 Constructor.
 
void setDimensions (const IntVec< D > &dimensions)
 Set the grid dimensions in all directions.
 
void begin ()
 Set iterator to the first point in the mesh.
 
void operator++ ()
 Increment iterator to next mesh point.
 
bool atEnd () const
 Is this the end (i.e., one past the last point)?
 
IntVec< D > position () const
 Get current position in the grid, as integer vector.
 
int position (int i) const
 Get component i of the current position vector.
 
int rank () const
 Get the rank of current element.
 

Detailed Description

template<int D>
class Pscf::MeshIterator< D >

Iterator over points in a Mesh<D>.

A mesh iterator iterates over the points of a mesh, keeping track of both the IntVec<D> position and integer rank of the current point as it goes.

Definition at line 28 of file MeshIterator.h.

Constructor & Destructor Documentation

◆ MeshIterator() [1/2]

template<int D>
Pscf::MeshIterator< D >::MeshIterator ( )

Default constructor.

Definition at line 20 of file MeshIterator.tpp.

◆ MeshIterator() [2/2]

template<int D>
Pscf::MeshIterator< D >::MeshIterator ( const IntVec< D > & dimensions)

Constructor.

Parameters
dimensionsIntVec<D> of grid dimensions

Definition at line 31 of file MeshIterator.tpp.

References Pscf::MeshIterator< D >::setDimensions().

Member Function Documentation

◆ setDimensions()

◆ begin()

◆ operator++()

template<int D>
void Pscf::MeshIterator< D >::operator++ ( )
inline

Increment iterator to next mesh point.

Definition at line 76 of file MeshIterator.tpp.

◆ atEnd()

◆ position() [1/2]

◆ position() [2/2]

template<int D>
int Pscf::MeshIterator< D >::position ( int i) const
inline

Get component i of the current position vector.

Parameters
iindex of Cartesian direction 0 <=i < D.

Definition at line 127 of file MeshIterator.h.

◆ rank()


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