ARTS
2.3.1285(git:92a29ea9-dirty)
|
Implementation of gridded fields. More...
#include "gridded_fields.h"
#include <iostream>
#include <stdexcept>
#include "exceptions.h"
#include "mystring.h"
Go to the source code of this file.
Functions | |
ostream & | operator<< (ostream &os, const GriddedField &gf) |
Output operator for GriddedField. More... | |
ostream & | operator<< (ostream &os, const GriddedField1 &gf) |
See GriddedField::operator<<. More... | |
ostream & | operator<< (ostream &os, const GriddedField2 &gf) |
See GriddedField::operator<<. More... | |
ostream & | operator<< (ostream &os, const GriddedField3 &gf) |
See GriddedField::operator<<. More... | |
ostream & | operator<< (ostream &os, const GriddedField4 &gf) |
See GriddedField::operator<<. More... | |
ostream & | operator<< (ostream &os, const GriddedField5 &gf) |
See GriddedField::operator<<. More... | |
ostream & | operator<< (ostream &os, const GriddedField6 &gf) |
See GriddedField::operator<<. More... | |
Implementation of gridded fields.
This file contains the implemenation gridded fields. Gridded fields are needed to store moredimesional data together with the corresponding grids in the same variable.
For further description see AUG.
Definition in file gridded_fields.cc.
ostream& operator<< | ( | ostream & | os, |
const GriddedField & | gf | ||
) |
Output operator for GriddedField.
Outputs the grids for the given GriddedField.
[in,out] | os | Output stream. |
[in] | gf | GriddedField. |
Definition at line 229 of file gridded_fields.cc.
References GriddedField::dim, GRID_TYPE_NUMERIC, GRID_TYPE_STRING, i, GriddedField::mgridnames, GriddedField::mgridtypes, GriddedField::mname, GriddedField::mnumericgrids, and GriddedField::mstringgrids.
ostream& operator<< | ( | ostream & | os, |
const GriddedField1 & | gf | ||
) |
Definition at line 253 of file gridded_fields.cc.
ostream& operator<< | ( | ostream & | os, |
const GriddedField2 & | gf | ||
) |
Definition at line 258 of file gridded_fields.cc.
ostream& operator<< | ( | ostream & | os, |
const GriddedField3 & | gf | ||
) |
Definition at line 263 of file gridded_fields.cc.
ostream& operator<< | ( | ostream & | os, |
const GriddedField4 & | gf | ||
) |
Definition at line 268 of file gridded_fields.cc.
ostream& operator<< | ( | ostream & | os, |
const GriddedField5 & | gf | ||
) |
Definition at line 273 of file gridded_fields.cc.
ostream& operator<< | ( | ostream & | os, |
const GriddedField6 & | gf | ||
) |
Definition at line 278 of file gridded_fields.cc.