#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 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. |
For further description see AUG.
Definition in file gridded_fields.cc.
ostream& operator<< | ( | ostream & | os, | |
const GField4 & | gf | |||
) |
Output operator for GField4.
Outputs the given GField4.
[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.
[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.
[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.
[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.
[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.