Iterator over all observations.
More...
#include <ObsIterator.h>
|
void | print (std::ostream &os) const override |
|
Iterator over all observations.
Definition at line 23 of file l95/src/lorenz95/ObsIterator.h.
◆ ObsIterator()
lorenz95::ObsIterator::ObsIterator |
( |
const std::vector< double > & |
locations, |
|
|
int |
index |
|
) |
| |
◆ classname()
static const std::string lorenz95::ObsIterator::classname |
( |
| ) |
|
|
inlinestatic |
◆ operator!=()
bool lorenz95::ObsIterator::operator!= |
( |
const ObsIterator & |
other | ) |
const |
◆ operator*()
eckit::geometry::Point2 lorenz95::ObsIterator::operator* |
( |
| ) |
const |
return location of current observation
Definition at line 30 of file ObsIterator.cc.
◆ operator++()
◆ operator==()
bool lorenz95::ObsIterator::operator== |
( |
const ObsIterator & |
other | ) |
const |
◆ print()
void lorenz95::ObsIterator::print |
( |
std::ostream & |
os | ) |
const |
|
inlineoverrideprivate |
◆ index_
int lorenz95::ObsIterator::index_ |
|
private |
◆ locations_
const std::vector<double> lorenz95::ObsIterator::locations_ |
|
private |
The documentation for this class was generated from the following files: