gridded_fields.cc File Reference

Implementation of gridded fields. More...

#include <stdexcept>
#include <iostream>
#include "exceptions.h"
#include "mystring.h"
#include "gridded_fields.h"

Include dependency graph for gridded_fields.cc:

Go to the source code of this file.

Functions

ostream & operator<< (ostream &os, const GField &gf)
 Output operator for GField.
ostream & operator<< (ostream &os, const GField1 &gf)
 Output operator for GField1.
ostream & operator<< (ostream &os, const GField2 &gf)
 Output operator for GField2.
ostream & operator<< (ostream &os, const GField3 &gf)
 Output operator for GField3.
ostream & operator<< (ostream &os, const GField4 &gf)
 Output operator for GField4.


Detailed Description

Implementation of gridded fields.

Author:
Oliver Lemke <olemke@core-dump.info>
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

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

Output operator for GField4.

Outputs the given GField4.

Parameters:
[in,out] os Output stream.
[in] gf GField4.

Definition at line 350 of file gridded_fields.cc.

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

Output operator for GField3.

Outputs the given GField3.

Parameters:
[in,out] os Output stream.
[in] gf GField3.

Definition at line 336 of file gridded_fields.cc.

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

Output operator for GField2.

Outputs the given GField2.

Parameters:
[in,out] os Output stream.
[in] gf GField2.

Definition at line 322 of file gridded_fields.cc.

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

Output operator for GField1.

Outputs the given GField1.

Parameters:
[in,out] os Output stream.
[in] gf GField1.

Definition at line 308 of file gridded_fields.cc.

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

Output operator for GField.

Outputs the grids for the given GField.

Parameters:
[in,out] os Output stream.
[in] gf GField.

Definition at line 276 of file gridded_fields.cc.

References GField::dim, GRIDTYPE_NUMERIC, GRIDTYPE_STRING, GField::mgridnames, GField::mgridtypes, GField::mname, GField::mnumericgrids, and GField::mstringgrids.


Generated on Mon Mar 23 14:06:35 2009 for ARTS by  doxygen 1.5.6