ARTS
2.4.0(git:4fb77825)
|
#include <autoarts.h>
Public Member Functions | |
ArrayOfMatrix () noexcept | |
ArrayOfMatrix (std::size_t i, void *x) noexcept | |
~ArrayOfMatrix () noexcept | |
ArrayOfMatrix (const type &val) noexcept | |
type & | value () noexcept |
const type & | value () const noexcept |
ArrayOfMatrix & | 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::ArrayOfMatrix |
Private Attributes | |
std::size_t | p |
type * | v |
Definition at line 622 of file autoarts.h.
|
private |
Definition at line 623 of file autoarts.h.
|
inlinenoexcept |
Definition at line 627 of file autoarts.h.
|
inlinenoexcept |
Definition at line 628 of file autoarts.h.
|
inlinenoexcept |
Definition at line 629 of file autoarts.h.
|
inlinenoexcept |
Definition at line 630 of file autoarts.h.
|
inlinenoexcept |
Definition at line 636 of file autoarts.h.
Referenced by ARTS::AgendaMethod::batch_atm_fields_compactFromArrayOfMatrix(), ARTS::AgendaMethod::Copy(), ARTS::Method::Copy(), ARTS::AgendaMethod::Delete(), ARTS::Method::Delete(), ARTS::AgendaMethod::Extract(), ARTS::AgendaMethod::Flatten(), ARTS::AgendaMethod::Ignore(), ARTS::AgendaMethod::IndexSetToLast(), ARTS::AgendaMethod::nelemGet(), ARTS::AgendaMethod::ReadNetCDF(), ARTS::Method::ReadNetCDF(), ARTS::AgendaMethod::Select(), ARTS::Method::Select(), ARTS::AgendaMethod::Touch(), ARTS::Method::Touch(), and ~ArrayOfMatrix().
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 637 of file autoarts.h.
References p, and Workspace::wsv_data.
Referenced by ARTS::Method::Copy(), ARTS::Method::Delete(), and ARTS::Method::ReadNetCDF().
|
inlinenoexcept |
Definition at line 633 of file autoarts.h.
References value().
|
inlinenoexcept |
Definition at line 634 of file autoarts.h.
References p.
Referenced by ARTS::AgendaMethod::batch_atm_fields_compactFromArrayOfMatrix(), ARTS::AgendaMethod::Copy(), ARTS::AgendaMethod::Delete(), ARTS::AgendaMethod::Extract(), ARTS::AgendaMethod::Flatten(), ARTS::AgendaMethod::Ignore(), ARTS::AgendaMethod::IndexSetToLast(), ARTS::AgendaMethod::nelemGet(), ARTS::AgendaMethod::ReadNetCDF(), ARTS::AgendaMethod::Select(), and ARTS::AgendaMethod::Touch().
|
inlinenoexcept |
Definition at line 632 of file autoarts.h.
References v.
|
inlinenoexcept |
Definition at line 631 of file autoarts.h.
References v.
Referenced by ARTS::Method::batch_atm_fields_compactFromArrayOfMatrix(), ARTS::Method::Copy(), ARTS::Method::Delete(), ARTS::Method::Extract(), ARTS::Method::Flatten(), ARTS::Method::Ignore(), ARTS::Method::IndexSetToLast(), ARTS::Method::nelemGet(), operator=(), ARTS::Method::ReadNetCDF(), ARTS::Method::Select(), ARTS::Method::Touch(), and ARTS::Method::transmittanceFromIy_aux().
|
private |
Definition at line 624 of file autoarts.h.
|
private |
Definition at line 625 of file autoarts.h.
Referenced by isnull(), value(), and ~ArrayOfMatrix().