OOPS
lorenz95::ObsIterator Class Reference

Iterator over all observations. More...

#include <ObsIterator.h>

Inheritance diagram for lorenz95::ObsIterator:
Collaboration diagram for lorenz95::ObsIterator:

Public Member Functions

 ObsIterator (const std::vector< double > &locations, int index)
 
bool operator== (const ObsIterator &) const
 
bool operator!= (const ObsIterator &) const
 
eckit::geometry::Point2 operator* () const
 return location of current observation More...
 
ObsIteratoroperator++ ()
 

Static Public Member Functions

static const std::string classname ()
 

Private Member Functions

void print (std::ostream &os) const override
 

Private Attributes

const std::vector< double > locations_
 locations (in 1D) of all observations More...
 
int index_
 index of a current observation More...
 

Detailed Description

Iterator over all observations.

Definition at line 23 of file l95/src/lorenz95/ObsIterator.h.

Constructor & Destructor Documentation

◆ ObsIterator()

lorenz95::ObsIterator::ObsIterator ( const std::vector< double > &  locations,
int  index 
)

Definition at line 15 of file ObsIterator.cc.

Member Function Documentation

◆ classname()

static const std::string lorenz95::ObsIterator::classname ( )
inlinestatic

Definition at line 28 of file l95/src/lorenz95/ObsIterator.h.

◆ operator!=()

bool lorenz95::ObsIterator::operator!= ( const ObsIterator other) const

Definition at line 25 of file ObsIterator.cc.

◆ operator*()

eckit::geometry::Point2 lorenz95::ObsIterator::operator* ( ) const

return location of current observation

Definition at line 30 of file ObsIterator.cc.

◆ operator++()

ObsIterator & lorenz95::ObsIterator::operator++ ( )

Definition at line 35 of file ObsIterator.cc.

◆ operator==()

bool lorenz95::ObsIterator::operator== ( const ObsIterator other) const

Definition at line 20 of file ObsIterator.cc.

◆ print()

void lorenz95::ObsIterator::print ( std::ostream &  os) const
inlineoverrideprivate

Definition at line 41 of file l95/src/lorenz95/ObsIterator.h.

Member Data Documentation

◆ index_

int lorenz95::ObsIterator::index_
private

index of a current observation

Definition at line 46 of file l95/src/lorenz95/ObsIterator.h.

◆ locations_

const std::vector<double> lorenz95::ObsIterator::locations_
private

locations (in 1D) of all observations

Definition at line 44 of file l95/src/lorenz95/ObsIterator.h.


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