ARTS
2.0.49
|
Implementation of gridded fields. More...
#include <stdexcept>
#include <iostream>
#include "exceptions.h"
#include "mystring.h"
#include "gridded_fields.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) |
Output operator for GriddedField1. More... | |
ostream & | operator<< (ostream &os, const GriddedField2 &gf) |
Output operator for GriddedField2. More... | |
ostream & | operator<< (ostream &os, const GriddedField3 &gf) |
Output operator for GriddedField3. More... | |
ostream & | operator<< (ostream &os, const GriddedField4 &gf) |
Output operator for GriddedField4. 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 255 of file gridded_fields.cc.
References GriddedField::dim, GRID_TYPE_STRING, GriddedField::mgridnames, GriddedField::mgridtypes, and GriddedField::mname.
ostream& operator<< | ( | ostream & | os, |
const GriddedField1 & | gf | ||
) |
Output operator for GriddedField1.
Outputs the given GriddedField1.
[in,out] | os | Output stream. |
[in] | gf | GriddedField1. |
Definition at line 287 of file gridded_fields.cc.
References GriddedField::dim, GRID_TYPE_NUMERIC, GriddedField::mgridtypes, GriddedField::mnumericgrids, and GriddedField::mstringgrids.
ostream& operator<< | ( | ostream & | os, |
const GriddedField2 & | gf | ||
) |
Output operator for GriddedField2.
Outputs the given GriddedField2.
[in,out] | os | Output stream. |
[in] | gf | GriddedField2. |
Definition at line 300 of file gridded_fields.cc.
ostream& operator<< | ( | ostream & | os, |
const GriddedField3 & | gf | ||
) |
Output operator for GriddedField3.
Outputs the given GriddedField3.
[in,out] | os | Output stream. |
[in] | gf | GriddedField3. |
Definition at line 313 of file gridded_fields.cc.
ostream& operator<< | ( | ostream & | os, |
const GriddedField4 & | gf | ||
) |
Output operator for GriddedField4.
Outputs the given GriddedField4.
[in,out] | os | Output stream. |
[in] | gf | GriddedField4. |
Definition at line 326 of file gridded_fields.cc.