ARTS
2.4.0(git:4fb77825)
|
#include <autoarts.h>
Public Member Functions | |
Tensor3 () noexcept | |
Tensor3 (std::size_t i, void *x) noexcept | |
~Tensor3 () noexcept | |
Tensor3 (const type &val) noexcept | |
type & | value () noexcept |
const type & | value () const noexcept |
Tensor3 & | 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::Tensor3 |
Private Attributes | |
std::size_t | p |
type * | v |
Definition at line 1504 of file autoarts.h.
|
private |
Definition at line 1505 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1509 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1510 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1511 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1512 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1518 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::InterpAtmFieldToPosition(), ARTS::AgendaMethod::MatrixExtractFromTensor3(), ARTS::AgendaMethod::ncolsGet(), ARTS::AgendaMethod::npagesGet(), ARTS::AgendaMethod::nrowsGet(), ARTS::AgendaMethod::ReadNetCDF(), ARTS::Method::ReadNetCDF(), ARTS::AgendaMethod::Reduce(), ARTS::Method::Reduce(), ARTS::AgendaMethod::Tensor3AddScalar(), ARTS::Method::Tensor3AddScalar(), ARTS::AgendaMethod::Tensor3ExtractFromTensor4(), ARTS::Method::Tensor3ExtractFromTensor4(), ARTS::AgendaMethod::Tensor3Scale(), ARTS::Method::Tensor3Scale(), ARTS::AgendaMethod::Tensor3SetConstant(), ARTS::Method::Tensor3SetConstant(), ARTS::AgendaMethod::Touch(), ARTS::Method::Touch(), and ~Tensor3().
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 1519 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 1515 of file autoarts.h.
References value().
|
inlinenoexcept |
Definition at line 1516 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::InterpAtmFieldToPosition(), ARTS::AgendaMethod::MatrixExtractFromTensor3(), ARTS::AgendaMethod::ncolsGet(), ARTS::AgendaMethod::npagesGet(), ARTS::AgendaMethod::nrowsGet(), ARTS::AgendaMethod::ReadNetCDF(), ARTS::AgendaMethod::Reduce(), ARTS::AgendaMethod::Tensor3AddScalar(), ARTS::AgendaMethod::Tensor3ExtractFromTensor4(), ARTS::AgendaMethod::Tensor3Scale(), ARTS::AgendaMethod::Tensor3SetConstant(), and ARTS::AgendaMethod::Touch().
|
inlinenoexcept |
Definition at line 1514 of file autoarts.h.
References v.
|
inlinenoexcept |
Definition at line 1513 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::InterpAtmFieldToPosition(), ARTS::Method::MatrixExtractFromTensor3(), ARTS::Method::ncolsGet(), ARTS::Method::npagesGet(), ARTS::Method::nrowsGet(), operator=(), ARTS::Method::ReadNetCDF(), ARTS::Method::Reduce(), ARTS::Method::Tensor3AddScalar(), ARTS::Method::Tensor3ExtractFromTensor4(), ARTS::Method::Tensor3Scale(), ARTS::Method::Tensor3SetConstant(), ARTS::Method::Touch(), and ARTS::Method::VectorZtanToZaRefr1D().
|
private |
Definition at line 1506 of file autoarts.h.
|
private |
Definition at line 1507 of file autoarts.h.
Referenced by isnull(), value(), and ~Tensor3().