8 #ifndef QG_MODEL_OBSITERATORQG_H_
9 #define QG_MODEL_OBSITERATORQG_H_
15 #include "eckit/geometry/Point2.h"
19 #include "oops/util/ObjectCounter.h"
20 #include "oops/util/Printable.h"
26 eckit::geometry::Point2>,
27 public util::Printable,
28 private util::ObjectCounter<ObsIteratorQG> {
30 static const std::string
classname() {
return "qg::ObsIteratorQG";}
39 eckit::geometry::Point2
operator*()
const;
LocationsQG class to handle locations for QG model.
Iterator over all observations.
eckit::geometry::Point2 operator*() const
return location of current observation
bool operator!=(const ObsIteratorQG &) const
ObsIteratorQG & operator++()
bool operator==(const ObsIteratorQG &) const
static const std::string classname()
void print(std::ostream &os) const override
ObsIteratorQG(const ObsIteratorQG &)
atlas::Field locslonlat_
atlas field of the lons and lats
int index_
index of a current observation
The namespace for the qg model.