ARTS
2.4.0(git:4fb77825)
|
#include <autoarts.h>
Public Member Functions | |
Tensor4 () noexcept | |
Tensor4 (std::size_t i, void *x) noexcept | |
~Tensor4 () noexcept | |
Tensor4 (const type &val) noexcept | |
type & | value () noexcept |
const type & | value () const noexcept |
Tensor4 & | 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::Tensor4 |
Private Attributes | |
std::size_t | p |
type * | v |
Definition at line 1522 of file autoarts.h.
|
private |
Definition at line 1523 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1527 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1528 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1529 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1530 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1536 of file autoarts.h.
Referenced by ARTS::AgendaMethod::Copy(), ARTS::Method::Copy(), ARTS::AgendaMethod::Delete(), ARTS::Method::Delete(), ARTS::AgendaMethod::Extract(), ARTS::Method::Extract(), ARTS::AgendaMethod::FieldFromGriddedField(), ARTS::Method::FieldFromGriddedField(), ARTS::AgendaMethod::Flatten(), ARTS::Method::Flatten(), ARTS::AgendaMethod::Ignore(), ARTS::AgendaMethod::nbooksGet(), ARTS::AgendaMethod::ncolsGet(), ARTS::AgendaMethod::npagesGet(), ARTS::AgendaMethod::nrowsGet(), ARTS::AgendaMethod::particle_fieldCleanup(), ARTS::Method::particle_fieldCleanup(), ARTS::AgendaMethod::RadiationFieldSpectralIntegrate(), ARTS::Method::RadiationFieldSpectralIntegrate(), ARTS::AgendaMethod::ReadNetCDF(), ARTS::Method::ReadNetCDF(), ARTS::AgendaMethod::Reduce(), ARTS::Method::Reduce(), ARTS::AgendaMethod::Tensor3ExtractFromTensor4(), ARTS::AgendaMethod::Tensor4AddScalar(), ARTS::Method::Tensor4AddScalar(), ARTS::AgendaMethod::Tensor4Scale(), ARTS::Method::Tensor4Scale(), ARTS::AgendaMethod::Tensor4SetConstant(), ARTS::Method::Tensor4SetConstant(), ARTS::AgendaMethod::Touch(), ARTS::Method::Touch(), and ~Tensor4().
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 1537 of file autoarts.h.
References p, and Workspace::wsv_data.
Referenced by ARTS::Method::Copy(), ARTS::Method::Delete(), and ARTS::Method::ReadNetCDF().
Definition at line 1533 of file autoarts.h.
References value().
|
inlinenoexcept |
Definition at line 1534 of file autoarts.h.
References p.
Referenced by ARTS::AgendaMethod::Copy(), ARTS::AgendaMethod::Delete(), ARTS::AgendaMethod::Extract(), ARTS::AgendaMethod::FieldFromGriddedField(), ARTS::AgendaMethod::Flatten(), ARTS::AgendaMethod::Ignore(), ARTS::AgendaMethod::nbooksGet(), ARTS::AgendaMethod::ncolsGet(), ARTS::AgendaMethod::npagesGet(), ARTS::AgendaMethod::nrowsGet(), ARTS::AgendaMethod::particle_fieldCleanup(), ARTS::AgendaMethod::RadiationFieldSpectralIntegrate(), ARTS::AgendaMethod::ReadNetCDF(), ARTS::AgendaMethod::Reduce(), ARTS::AgendaMethod::Tensor3ExtractFromTensor4(), ARTS::AgendaMethod::Tensor4AddScalar(), ARTS::AgendaMethod::Tensor4Scale(), ARTS::AgendaMethod::Tensor4SetConstant(), and ARTS::AgendaMethod::Touch().
|
inlinenoexcept |
Definition at line 1532 of file autoarts.h.
References v.
|
inlinenoexcept |
Definition at line 1531 of file autoarts.h.
References v.
Referenced by ARTS::Method::Copy(), ARTS::Method::Delete(), ARTS::Method::Extract(), ARTS::Method::FieldFromGriddedField(), ARTS::Method::Flatten(), ARTS::Method::Ignore(), ARTS::Method::nbooksGet(), ARTS::Method::ncolsGet(), ARTS::Method::npagesGet(), ARTS::Method::nrowsGet(), operator=(), ARTS::Method::particle_fieldCleanup(), ARTS::Method::RadiationFieldSpectralIntegrate(), ARTS::Method::ReadNetCDF(), ARTS::Method::Reduce(), ARTS::Method::Tensor3ExtractFromTensor4(), ARTS::Method::Tensor4AddScalar(), ARTS::Method::Tensor4Scale(), ARTS::Method::Tensor4SetConstant(), ARTS::Method::Touch(), and ARTS::Method::VectorZtanToZaRefr1D().
|
private |
Definition at line 1524 of file autoarts.h.
|
private |
Definition at line 1525 of file autoarts.h.
Referenced by isnull(), value(), and ~Tensor4().