#include "matpackIV.h"
#include "array.h"
#include "mystring.h"
Go to the source code of this file.
Classes | |
class | GField |
class | GField1 |
class | GField2 |
class | GField3 |
class | GField4 |
Typedefs | |
typedef Array< GridType > | ArrayOfGridType |
typedef Array< GField1 > | ArrayOfGField1 |
typedef Array< GField2 > | ArrayOfGField2 |
typedef Array< GField3 > | ArrayOfGField3 |
typedef Array< GField4 > | ArrayOfGField4 |
typedef Array< Array< GField1 > > | ArrayOfArrayOfGField1 |
typedef Array< Array< GField3 > > | ArrayOfArrayOfGField3 |
Enumerations | |
enum | GridType { GRIDTYPE_NUMERIC, GRIDTYPE_STRING } |
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.h.
typedef Array< Array<GField1> > ArrayOfArrayOfGField1 |
Definition at line 357 of file gridded_fields.h.
typedef Array< Array<GField3> > ArrayOfArrayOfGField3 |
Definition at line 358 of file gridded_fields.h.
typedef Array<GField1> ArrayOfGField1 |
Definition at line 353 of file gridded_fields.h.
typedef Array<GField2> ArrayOfGField2 |
Definition at line 354 of file gridded_fields.h.
typedef Array<GField3> ArrayOfGField3 |
Definition at line 355 of file gridded_fields.h.
typedef Array<GField4> ArrayOfGField4 |
Definition at line 356 of file gridded_fields.h.
typedef Array<GridType> ArrayOfGridType |
Definition at line 48 of file gridded_fields.h.
enum GridType |
Enumeration containing the possible grid types for gridded fields
Definition at line 43 of file gridded_fields.h.
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.