ARTS
2.2.66
|
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) |
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 257 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 283 of file gridded_fields.cc.
ostream& operator<< | ( | ostream & | os, |
const GriddedField2 & | gf | ||
) |
Definition at line 290 of file gridded_fields.cc.
ostream& operator<< | ( | ostream & | os, |
const GriddedField3 & | gf | ||
) |
Definition at line 297 of file gridded_fields.cc.
ostream& operator<< | ( | ostream & | os, |
const GriddedField4 & | gf | ||
) |
Definition at line 304 of file gridded_fields.cc.
ostream& operator<< | ( | ostream & | os, |
const GriddedField5 & | gf | ||
) |
Definition at line 311 of file gridded_fields.cc.
ostream& operator<< | ( | ostream & | os, |
const GriddedField6 & | gf | ||
) |
Definition at line 318 of file gridded_fields.cc.