ARTS
2.4.0(git:4fb77825)
|
#include <autoarts.h>
Public Member Functions | |
GriddedField6 () noexcept | |
GriddedField6 (std::size_t i, void *x) noexcept | |
~GriddedField6 () noexcept | |
GriddedField6 (const type &val) noexcept | |
type & | value () noexcept |
const type & | value () const noexcept |
GriddedField6 & | 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::GriddedField6 |
Private Attributes | |
std::size_t | p |
type * | v |
Definition at line 1180 of file autoarts.h.
|
private |
Definition at line 1181 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1185 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1186 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1187 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1188 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1194 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_reflectivityFromGriddedField6(), ARTS::AgendaMethod::Touch(), ARTS::Method::Touch(), and ~GriddedField6().
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 1195 of file autoarts.h.
References p, and Workspace::wsv_data.
Referenced by ARTS::Method::Copy(), and ARTS::Method::Delete().
|
inlinenoexcept |
Definition at line 1191 of file autoarts.h.
References value().
|
inlinenoexcept |
Definition at line 1192 of file autoarts.h.
References p.
Referenced by ARTS::AgendaMethod::Copy(), ARTS::AgendaMethod::Delete(), ARTS::AgendaMethod::GriddedFieldGetName(), ARTS::AgendaMethod::Ignore(), ARTS::AgendaMethod::surface_reflectivityFromGriddedField6(), and ARTS::AgendaMethod::Touch().
|
inlinenoexcept |
Definition at line 1190 of file autoarts.h.
References v.
|
inlinenoexcept |
Definition at line 1189 of file autoarts.h.
References v.
Referenced by ARTS::Method::Copy(), ARTS::Method::Delete(), ARTS::Method::GriddedFieldGetName(), ARTS::Method::Ignore(), operator=(), ARTS::Method::surface_reflectivityFromGriddedField6(), and ARTS::Method::Touch().
|
private |
Definition at line 1182 of file autoarts.h.
|
private |
Definition at line 1183 of file autoarts.h.
Referenced by isnull(), value(), and ~GriddedField6().