OOPS
qg::ObsIteratorQG Class Reference

Iterator over all observations. More...

#include <ObsIteratorQG.h>

Inheritance diagram for qg::ObsIteratorQG:
Collaboration diagram for qg::ObsIteratorQG:

Public Member Functions

 ObsIteratorQG (const ObsIteratorQG &)
 
 ObsIteratorQG (const LocationsQG &, int)
 
bool operator== (const ObsIteratorQG &) const
 
bool operator!= (const ObsIteratorQG &) const
 
eckit::geometry::Point2 operator* () const
 return location of current observation More...
 
ObsIteratorQGoperator++ ()
 

Static Public Member Functions

static const std::string classname ()
 

Private Member Functions

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

Private Attributes

int index_
 index of a current observation More...
 
atlas::Field locslonlat_
 atlas field of the lons and lats More...
 

Detailed Description

Iterator over all observations.

Definition at line 25 of file ObsIteratorQG.h.

Constructor & Destructor Documentation

◆ ObsIteratorQG() [1/2]

qg::ObsIteratorQG::ObsIteratorQG ( const ObsIteratorQG other)

Definition at line 19 of file ObsIteratorQG.cc.

◆ ObsIteratorQG() [2/2]

qg::ObsIteratorQG::ObsIteratorQG ( const LocationsQG locations,
int  index 
)

Definition at line 23 of file ObsIteratorQG.cc.

Member Function Documentation

◆ classname()

static const std::string qg::ObsIteratorQG::classname ( )
inlinestatic

Definition at line 30 of file ObsIteratorQG.h.

◆ operator!=()

bool qg::ObsIteratorQG::operator!= ( const ObsIteratorQG other) const

Definition at line 32 of file ObsIteratorQG.cc.

◆ operator*()

eckit::geometry::Point2 qg::ObsIteratorQG::operator* ( ) const

return location of current observation

Definition at line 37 of file ObsIteratorQG.cc.

◆ operator++()

ObsIteratorQG & qg::ObsIteratorQG::operator++ ( )

Definition at line 43 of file ObsIteratorQG.cc.

◆ operator==()

bool qg::ObsIteratorQG::operator== ( const ObsIteratorQG other) const

Definition at line 27 of file ObsIteratorQG.cc.

◆ print()

void qg::ObsIteratorQG::print ( std::ostream &  os) const
inlineoverrideprivate

Definition at line 44 of file ObsIteratorQG.h.

Member Data Documentation

◆ index_

int qg::ObsIteratorQG::index_
private

index of a current observation

Definition at line 47 of file ObsIteratorQG.h.

◆ locslonlat_

atlas::Field qg::ObsIteratorQG::locslonlat_
private

atlas field of the lons and lats

Definition at line 49 of file ObsIteratorQG.h.


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