11 #ifndef QG_MODEL_GEOMETRYQGITERATOR_H_ 12 #define QG_MODEL_GEOMETRYQGITERATOR_H_ 21 #include "oops/util/ObjectCounter.h" 22 #include "oops/util/Printable.h" 35 public util::Printable,
36 private util::ObjectCounter<GeometryQGIterator> {
38 static const std::string
classname() {
return "qg::GeometryQGIterator";}
53 void print(std::ostream &)
const;
59 #endif // QG_MODEL_GEOMETRYQGITERATOR_H_
const F90iter & toFortran() const
void print(std::ostream &) const
bool operator==(const GeometryQGIterator &) const
static const std::string classname()
The namespace for the main oops code.
bool operator!=(const GeometryQGIterator &) const
GeometryQGIterator & operator++()
oops::GeoLocation operator*() const
GeometryQG handles geometry for QG model.
GeometryQGIterator(const GeometryQGIterator &)
The namespace for the qg model.