ARTS
2.4.0(git:4fb77825)
|
#include <autoarts.h>
Public Member Functions | |
GriddedField5 () noexcept | |
GriddedField5 (std::size_t i, void *x) noexcept | |
~GriddedField5 () noexcept | |
GriddedField5 (const type &val) noexcept | |
type & | value () noexcept |
const type & | value () const noexcept |
GriddedField5 & | 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::GriddedField5 |
Private Attributes | |
std::size_t | p |
type * | v |
Definition at line 1162 of file autoarts.h.
|
private |
Definition at line 1163 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1167 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1168 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1169 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1170 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1176 of file autoarts.h.
Referenced by ARTS::AgendaMethod::Copy(), ARTS::Method::Copy(), ARTS::AgendaMethod::Delete(), ARTS::Method::Delete(), ARTS::AgendaMethod::GriddedFieldGetName(), ARTS::AgendaMethod::Ignore(), ARTS::AgendaMethod::surface_complex_refr_indexFromGriddedField5(), ARTS::AgendaMethod::Touch(), ARTS::Method::Touch(), and ~GriddedField5().
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 1177 of file autoarts.h.
References p, and Workspace::wsv_data.
Referenced by ARTS::Method::Copy(), and ARTS::Method::Delete().
|
inlinenoexcept |
Definition at line 1173 of file autoarts.h.
References value().
|
inlinenoexcept |
Definition at line 1174 of file autoarts.h.
References p.
Referenced by ARTS::AgendaMethod::Copy(), ARTS::AgendaMethod::Delete(), ARTS::AgendaMethod::GriddedFieldGetName(), ARTS::AgendaMethod::Ignore(), ARTS::AgendaMethod::surface_complex_refr_indexFromGriddedField5(), and ARTS::AgendaMethod::Touch().
|
inlinenoexcept |
Definition at line 1172 of file autoarts.h.
References v.
|
inlinenoexcept |
Definition at line 1171 of file autoarts.h.
References v.
Referenced by ARTS::Method::Copy(), ARTS::Method::Delete(), ARTS::Method::GriddedFieldGetName(), ARTS::Method::Ignore(), operator=(), ARTS::Method::surface_complex_refr_indexFromGriddedField5(), and ARTS::Method::Touch().
|
private |
Definition at line 1164 of file autoarts.h.
|
private |
Definition at line 1165 of file autoarts.h.
Referenced by isnull(), value(), and ~GriddedField5().