ARTS  2.3.1285(git:92a29ea9-dirty)
gridded_fields.cc File Reference

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...
 

Detailed Description

Implementation of gridded fields.

Author
Oliver Lemke olemk.nosp@m.e@co.nosp@m.re-du.nosp@m.mp.i.nosp@m.nfo
Date
2008-06-24

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.

Function Documentation

◆ operator<<() [1/7]

ostream& operator<< ( ostream &  os,
const GriddedField gf 
)

Output operator for GriddedField.

Outputs the grids for the given GriddedField.

Parameters
[in,out]osOutput stream.
[in]gfGriddedField.

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.

◆ operator<<() [2/7]

ostream& operator<< ( ostream &  os,
const GriddedField1 gf 
)

See GriddedField::operator<<.

Definition at line 253 of file gridded_fields.cc.

◆ operator<<() [3/7]

ostream& operator<< ( ostream &  os,
const GriddedField2 gf 
)

See GriddedField::operator<<.

Definition at line 258 of file gridded_fields.cc.

◆ operator<<() [4/7]

ostream& operator<< ( ostream &  os,
const GriddedField3 gf 
)

See GriddedField::operator<<.

Definition at line 263 of file gridded_fields.cc.

◆ operator<<() [5/7]

ostream& operator<< ( ostream &  os,
const GriddedField4 gf 
)

See GriddedField::operator<<.

Definition at line 268 of file gridded_fields.cc.

◆ operator<<() [6/7]

ostream& operator<< ( ostream &  os,
const GriddedField5 gf 
)

See GriddedField::operator<<.

Definition at line 273 of file gridded_fields.cc.

◆ operator<<() [7/7]

ostream& operator<< ( ostream &  os,
const GriddedField6 gf 
)

See GriddedField::operator<<.

Definition at line 278 of file gridded_fields.cc.