Go to the documentation of this file.
8 #include "eckit/config/Configuration.h"
11 #include "oops/util/Logger.h"
29 const int & iindex,
const int & jindex):
63 return eckit::geometry::Point2(lon, lat);
78 os <<
"GeometryIterator, lat/lon: " << lat <<
" / " << lon << std::endl;
eckit::geometry::Point2 operator*() const
void print(std::ostream &) const
GeometryIterator(const GeometryIterator &)
bool operator==(const GeometryIterator &) const
GeometryIterator & operator++()
void fv3jedi_geom_iter_equals_f90(const F90iter &, const F90iter &, int &)
void fv3jedi_geom_iter_delete_f90(F90iter &)
bool operator!=(const GeometryIterator &) const
Geometry handles geometry for FV3JEDI model.
void fv3jedi_geom_iter_next_f90(const F90iter &)
void fv3jedi_geom_iter_setup_f90(F90iter &, const F90geom &, const int &, const int &)
void fv3jedi_geom_iter_clone_f90(F90iter &, const F90iter &)
Configuration files should be formatted as e.g.
void fv3jedi_geom_iter_current_f90(const F90iter &, double &, double &)