ARTS 2.5.11 (git: 725533f0)
|
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. | |
ostream & | operator<< (ostream &os, const GriddedField1 &gf) |
See GriddedField::operator<<. | |
ostream & | operator<< (ostream &os, const GriddedField2 &gf) |
See GriddedField::operator<<. | |
ostream & | operator<< (ostream &os, const GriddedField3 &gf) |
See GriddedField::operator<<. | |
ostream & | operator<< (ostream &os, const GriddedField4 &gf) |
See GriddedField::operator<<. | |
ostream & | operator<< (ostream &os, const GriddedField5 &gf) |
See GriddedField::operator<<. | |
ostream & | operator<< (ostream &os, const GriddedField6 &gf) |
See GriddedField::operator<<. | |
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 167 of file gridded_fields.cc.
References GriddedField::dim, GRID_TYPE_NUMERIC, GRID_TYPE_STRING, GriddedField::mgridnames, GriddedField::mgridtypes, GriddedField::mname, GriddedField::mnumericgrids, and GriddedField::mstringgrids.
ostream & operator<< | ( | ostream & | os, |
const GriddedField1 & | gf | ||
) |
Definition at line 191 of file gridded_fields.cc.
References GriddedField1::data.
ostream & operator<< | ( | ostream & | os, |
const GriddedField2 & | gf | ||
) |
Definition at line 196 of file gridded_fields.cc.
References GriddedField2::data.
ostream & operator<< | ( | ostream & | os, |
const GriddedField3 & | gf | ||
) |
Definition at line 201 of file gridded_fields.cc.
References GriddedField3::data.
ostream & operator<< | ( | ostream & | os, |
const GriddedField4 & | gf | ||
) |
Definition at line 206 of file gridded_fields.cc.
References GriddedField4::data.
ostream & operator<< | ( | ostream & | os, |
const GriddedField5 & | gf | ||
) |
Definition at line 211 of file gridded_fields.cc.
References GriddedField5::data.
ostream & operator<< | ( | ostream & | os, |
const GriddedField6 & | gf | ||
) |
Definition at line 216 of file gridded_fields.cc.
References GriddedField6::data.