8 #ifndef LORENZ95_ITERATOR_H_
9 #define LORENZ95_ITERATOR_H_
15 #include "eckit/geometry/Point2.h"
19 #include "oops/util/ObjectCounter.h"
20 #include "oops/util/Printable.h"
27 class Iterator:
public std::iterator<std::forward_iterator_tag,
28 eckit::geometry::Point2>,
29 public util::Printable,
30 private util::ObjectCounter<Iterator> {
32 static const std::string
classname() {
return "lorenz95::Iterator";}
38 eckit::geometry::Point2
operator*()
const;
eckit::geometry::Point2 operator*() const
void print(std::ostream &os) const override
Iterator(const Resolution &res, const int &index)
static const std::string classname()
bool operator!=(const Iterator &) const
bool operator==(const Iterator &) const
The namespace for the L95 model.