ARTS
2.4.0(git:4fb77825)
|
#include <autoarts.h>
Public Member Functions | |
GriddedField2 () noexcept | |
GriddedField2 (std::size_t i, void *x) noexcept | |
~GriddedField2 () noexcept | |
GriddedField2 (const type &val) noexcept | |
type & | value () noexcept |
const type & | value () const noexcept |
GriddedField2 & | operator= (const type &t) noexcept |
std::size_t | pos () const noexcept |
bool | isnull () const noexcept |
bool | islast () const noexcept |
const Group::String & | name () const noexcept |
Private Types | |
using | type = Group::GriddedField2 |
Private Attributes | |
std::size_t | p |
type * | v |
Definition at line 1108 of file autoarts.h.
|
private |
Definition at line 1109 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1113 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1114 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1115 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1116 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1122 of file autoarts.h.
Referenced by ARTS::AgendaMethod::Copy(), ARTS::Method::Copy(), ARTS::AgendaMethod::Delete(), ARTS::Method::Delete(), ARTS::AgendaMethod::FieldFromGriddedField(), ARTS::AgendaMethod::GriddedFieldGetName(), ARTS::AgendaMethod::GriddedFieldLatLonExpand(), ARTS::Method::GriddedFieldLatLonExpand(), ARTS::AgendaMethod::Ignore(), ARTS::AgendaMethod::InterpGriddedField2ToPosition(), ARTS::AgendaMethod::Touch(), ARTS::Method::Touch(), and ~GriddedField2().
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 1123 of file autoarts.h.
References p, and Workspace::wsv_data.
Referenced by ARTS::Method::Copy(), and ARTS::Method::Delete().
|
inlinenoexcept |
Definition at line 1119 of file autoarts.h.
References value().
|
inlinenoexcept |
Definition at line 1120 of file autoarts.h.
References p.
Referenced by ARTS::AgendaMethod::Copy(), ARTS::AgendaMethod::Delete(), ARTS::AgendaMethod::FieldFromGriddedField(), ARTS::AgendaMethod::GriddedFieldGetName(), ARTS::AgendaMethod::GriddedFieldLatLonExpand(), ARTS::AgendaMethod::Ignore(), ARTS::AgendaMethod::InterpGriddedField2ToPosition(), and ARTS::AgendaMethod::Touch().
|
inlinenoexcept |
Definition at line 1118 of file autoarts.h.
References v.
|
inlinenoexcept |
Definition at line 1117 of file autoarts.h.
References v.
Referenced by ARTS::Method::Copy(), ARTS::Method::Delete(), ARTS::Method::FieldFromGriddedField(), ARTS::Method::GriddedFieldGetName(), ARTS::Method::GriddedFieldLatLonExpand(), ARTS::Method::Ignore(), ARTS::Method::InterpGriddedField2ToPosition(), operator=(), and ARTS::Method::Touch().
|
private |
Definition at line 1110 of file autoarts.h.
|
private |
Definition at line 1111 of file autoarts.h.
Referenced by isnull(), value(), and ~GriddedField2().