ARTS  2.2.66
GriddedField3 Class Reference

#include <gridded_fields.h>

Inheritance diagram for GriddedField3:
GriddedField

Public Member Functions

 GriddedField3 ()
 Construct an empty GriddedField3. More...
 
 GriddedField3 (const String &s)
 Construct an empty GriddedField3 with the given name. More...
 
GriddedField3operator= (Numeric n)
 
virtual bool checksize () const
 Consistency check. More...
 
virtual void checksize_strict () const
 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 Stringget_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...
 
ConstVectorView get_numeric_grid (Index i) const
 Get a numeric grid. More...
 
VectorView get_numeric_grid (Index i)
 Get a numeric grid. More...
 
const ArrayOfStringget_string_grid (Index i) const
 Get a string grid. More...
 
ArrayOfStringget_string_grid (Index i)
 Get a string grid. More...
 
const Stringget_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...
 

Detailed Description

Definition at line 307 of file gridded_fields.h.

Constructor & Destructor Documentation

◆ GriddedField3() [1/2]

GriddedField3::GriddedField3 ( )
inline

Construct an empty GriddedField3.

Definition at line 310 of file gridded_fields.h.

◆ GriddedField3() [2/2]

GriddedField3::GriddedField3 ( const String s)
inline

Construct an empty GriddedField3 with the given name.

Parameters
[in]sName.

Definition at line 313 of file gridded_fields.h.

Member Function Documentation

◆ checksize()

virtual bool GriddedField3::checksize ( ) const
inlinevirtual

Consistency check.

Check if the sizes of the grids match the data dimension.

This function must be overwritten by the derived classes.

Returns
True if sizes match.

Implements GriddedField.

Definition at line 322 of file gridded_fields.h.

References data, GriddedField::get_grid_size(), ConstTensor3View::ncols(), ConstTensor3View::npages(), and ConstTensor3View::nrows().

Referenced by atm_fields_compactAddSpecies(), and checksize_strict().

◆ checksize_strict()

virtual void GriddedField3::checksize_strict ( ) const
inlinevirtual

◆ operator=()

GriddedField3& GriddedField3::operator= ( Numeric  n)
inline

Definition at line 315 of file gridded_fields.h.

References data.

◆ resize() [1/2]

void GriddedField3::resize ( const GriddedField3 gf)
inline

◆ resize() [2/2]

void GriddedField3::resize ( Index  p,
Index  r,
Index  c 
)
inline

Resize the data tensor.

See also
Tensor3::resize

Definition at line 363 of file gridded_fields.h.

References data, and Tensor3::resize().

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
const GriddedField3 gf 
)
friend

Member Data Documentation

◆ data


The documentation for this class was generated from the following file: