ARTS
2.3.1285(git:92a29ea9-dirty)
|
#include <gridded_fields.h>
Public Member Functions | |
GriddedField3 () | |
Construct an empty GriddedField3. More... | |
GriddedField3 (const String &s) | |
Construct an empty GriddedField3 with the given name. More... | |
GriddedField3 & | operator= (Numeric n) |
bool | checksize () const final |
Consistency check. More... | |
void | checksize_strict () const final |
Strict consistency check. More... | |
void | resize (const GriddedField3 &gf) |
Make this GriddedField3 the same size as the given one. More... | |
void | resize (Index p, Index r, Index c) |
Resize the data tensor. More... | |
Public Member Functions inherited from GriddedField | |
Index | get_dim () const |
Get the dimension of this gridded field. More... | |
void | copy_grids (const GriddedField &gf) |
Copy grids. More... | |
const String & | get_grid_name (Index i) const |
Get grid name. More... | |
Index | get_grid_size (Index i) const |
Get the size of a grid. More... | |
GridType | get_grid_type (Index i) const |
Get grid type. More... | |
const Vector & | get_numeric_grid (Index i) const |
Get a numeric grid. More... | |
Vector & | get_numeric_grid (Index i) |
Get a numeric grid. More... | |
const ArrayOfString & | get_string_grid (Index i) const |
Get a string grid. More... | |
ArrayOfString & | get_string_grid (Index i) |
Get a string grid. More... | |
const String & | get_name () const |
Get the name of this gridded field. More... | |
void | set_grid (Index i, const Vector &g) |
Set a numeric grid. More... | |
void | set_grid (Index i, const ArrayOfString &g) |
Set a string grid. More... | |
void | set_grid_name (Index i, const String &s) |
Set grid name. More... | |
void | set_name (const String &s) |
Set name of this gridded field. More... | |
virtual | ~GriddedField () |
GriddedField virtual destructor. More... | |
Public Attributes | |
Tensor3 | data |
Friends | |
std::ostream & | operator<< (std::ostream &os, const GriddedField3 &gf) |
Additional Inherited Members | |
Protected Member Functions inherited from GriddedField | |
GriddedField () | |
Construct an empty GriddedField. More... | |
GriddedField (const Index d, const String &s) | |
Construct a GriddedField. More... | |
Definition at line 284 of file gridded_fields.h.
|
inline |
Construct an empty GriddedField3.
Definition at line 287 of file gridded_fields.h.
|
inline |
Construct an empty GriddedField3 with the given name.
[in] | s | Name. |
Definition at line 290 of file gridded_fields.h.
|
inlinefinalvirtual |
Consistency check.
Check if the sizes of the grids match the data dimension.
This function must be overwritten by the derived classes.
Implements GriddedField.
Definition at line 298 of file gridded_fields.h.
References data, and GriddedField::get_grid_size().
Referenced by atm_fields_compactAddSpecies(), and atm_fields_compactCreateFromField().
|
inlinefinalvirtual |
Strict consistency check.
Same as GriddedField::checksize but throws runtime_error in case of error.
Implements GriddedField.
Definition at line 307 of file gridded_fields.h.
References CHECK_ERROR_BOILERPLATE, GriddedField::checksize(), data, GriddedField::get_grid_name(), GriddedField::get_grid_size(), GriddedField::get_name(), i, and Absorption::nelem().
Referenced by complex_n_interp().
|
inline |
Definition at line 292 of file gridded_fields.h.
|
inline |
Make this GriddedField3 the same size as the given one.
[in] | gf | Source gridded field. |
Definition at line 327 of file gridded_fields.h.
References data, and GriddedField::get_grid_size().
Referenced by complex_refr_indexConstant(), complex_refr_indexIceMatzler06(), complex_refr_indexWaterLiebe93(), GriddedFieldLatLonExpand(), GriddedFieldLatLonRegrid(), GriddedFieldPRegrid(), GriddedFieldZToPRegrid(), and surface_complex_refr_indexFromGriddedField5().
|
friend |
Tensor3 GriddedField3::data |
Definition at line 337 of file gridded_fields.h.
Referenced by atm_fields_compactAddSpecies(), atm_fields_compactCreateFromField(), AtmFieldsCalc(), Compare(), complex_n_interp(), complex_refr_indexConstant(), complex_refr_indexIceMatzler06(), complex_refr_indexWaterLiebe93(), FieldFromGriddedField(), GriddedFieldLatLonExpand(), GriddedFieldLatLonRegrid(), GriddedFieldPRegrid(), GriddedFieldZToPRegrid(), MagFieldsCalc(), p_gridFromZRaw(), surface_complex_refr_indexFromGriddedField5(), WindFieldsCalc(), ybatchMetProfiles(), and ybatchMetProfilesClear().