ARTS
2.4.0(git:4fb77825)
|
#include <autoarts.h>
Public Member Functions | |
Tensor6 () noexcept | |
Tensor6 (std::size_t i, void *x) noexcept | |
~Tensor6 () noexcept | |
Tensor6 (const type &val) noexcept | |
type & | value () noexcept |
const type & | value () const noexcept |
Tensor6 & | 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::Tensor6 |
Private Attributes | |
std::size_t | p |
type * | v |
Definition at line 1558 of file autoarts.h.
|
private |
Definition at line 1559 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1563 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1564 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1565 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1566 of file autoarts.h.
|
inlinenoexcept |
Definition at line 1572 of file autoarts.h.
Referenced by ARTS::AgendaMethod::Copy(), ARTS::Method::Copy(), ARTS::AgendaMethod::Delete(), ARTS::Method::Delete(), ARTS::AgendaMethod::Flatten(), ARTS::Method::Flatten(), ARTS::AgendaMethod::Ignore(), ARTS::AgendaMethod::nbooksGet(), ARTS::AgendaMethod::ncolsGet(), ARTS::AgendaMethod::npagesGet(), ARTS::AgendaMethod::nrowsGet(), ARTS::AgendaMethod::nshelvesGet(), ARTS::AgendaMethod::nvitrinesGet(), ARTS::AgendaMethod::Reduce(), ARTS::Method::Reduce(), ARTS::AgendaMethod::Tensor6Scale(), ARTS::Method::Tensor6Scale(), ARTS::AgendaMethod::Tensor6SetConstant(), ARTS::Method::Tensor6SetConstant(), ARTS::AgendaMethod::Touch(), ARTS::Method::Touch(), and ~Tensor6().
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 1573 of file autoarts.h.
References p, and Workspace::wsv_data.
Referenced by ARTS::Method::Copy(), and ARTS::Method::Delete().
Definition at line 1569 of file autoarts.h.
References value().
|
inlinenoexcept |
Definition at line 1570 of file autoarts.h.
References p.
Referenced by ARTS::AgendaMethod::Copy(), ARTS::AgendaMethod::Delete(), ARTS::AgendaMethod::Flatten(), ARTS::AgendaMethod::Ignore(), ARTS::AgendaMethod::nbooksGet(), ARTS::AgendaMethod::ncolsGet(), ARTS::AgendaMethod::npagesGet(), ARTS::AgendaMethod::nrowsGet(), ARTS::AgendaMethod::nshelvesGet(), ARTS::AgendaMethod::nvitrinesGet(), ARTS::AgendaMethod::Reduce(), ARTS::AgendaMethod::Tensor6Scale(), ARTS::AgendaMethod::Tensor6SetConstant(), and ARTS::AgendaMethod::Touch().
|
inlinenoexcept |
Definition at line 1568 of file autoarts.h.
References v.
|
inlinenoexcept |
Definition at line 1567 of file autoarts.h.
References v.
Referenced by ARTS::Method::Copy(), ARTS::Method::Delete(), ARTS::Method::Flatten(), ARTS::Method::Ignore(), ARTS::Method::nbooksGet(), ARTS::Method::ncolsGet(), ARTS::Method::npagesGet(), ARTS::Method::nrowsGet(), ARTS::Method::nshelvesGet(), ARTS::Method::nvitrinesGet(), operator=(), ARTS::Method::Reduce(), ARTS::Method::Tensor6Scale(), ARTS::Method::Tensor6SetConstant(), and ARTS::Method::Touch().
|
private |
Definition at line 1560 of file autoarts.h.
|
private |
Definition at line 1561 of file autoarts.h.
Referenced by isnull(), value(), and ~Tensor6().