ARTS  2.4.0(git:4fb77825)
ARTS::Var::PropagationMatrix Class Reference

#include <autoarts.h>

Public Member Functions

 PropagationMatrix () noexcept
 
 PropagationMatrix (std::size_t i, void *x) noexcept
 
 ~PropagationMatrix () noexcept
 
 PropagationMatrix (const type &val) noexcept
 
typevalue () noexcept
 
const typevalue () const noexcept
 
PropagationMatrixoperator= (const type &t) noexcept
 
std::size_t pos () const noexcept
 
bool isnull () const noexcept
 
bool islast () const noexcept
 
const Group::Stringname () const noexcept
 

Private Types

using type = Group::PropagationMatrix
 

Private Attributes

std::size_t p
 
typev
 

Detailed Description

Definition at line 1306 of file autoarts.h.

Member Typedef Documentation

◆ type

Definition at line 1307 of file autoarts.h.

Constructor & Destructor Documentation

◆ PropagationMatrix() [1/3]

ARTS::Var::PropagationMatrix::PropagationMatrix ( )
inlinenoexcept

Definition at line 1311 of file autoarts.h.

◆ PropagationMatrix() [2/3]

ARTS::Var::PropagationMatrix::PropagationMatrix ( std::size_t  i,
void *  x 
)
inlinenoexcept

Definition at line 1312 of file autoarts.h.

◆ ~PropagationMatrix()

ARTS::Var::PropagationMatrix::~PropagationMatrix ( )
inlinenoexcept

Definition at line 1313 of file autoarts.h.

References islast(), isnull(), and v.

◆ PropagationMatrix() [3/3]

ARTS::Var::PropagationMatrix::PropagationMatrix ( const type val)
inlinenoexcept

Definition at line 1314 of file autoarts.h.

Member Function Documentation

◆ islast()

bool ARTS::Var::PropagationMatrix::islast ( ) const
inlinenoexcept

◆ isnull()

bool ARTS::Var::PropagationMatrix::isnull ( ) const
inlinenoexcept

Definition at line 1319 of file autoarts.h.

References v.

Referenced by ~PropagationMatrix().

◆ name()

const Group::String& ARTS::Var::PropagationMatrix::name ( ) const
inlinenoexcept

Definition at line 1321 of file autoarts.h.

References p, and Workspace::wsv_data.

Referenced by ARTS::Method::Copy(), and ARTS::Method::Delete().

◆ operator=()

PropagationMatrix& ARTS::Var::PropagationMatrix::operator= ( const type t)
inlinenoexcept

Definition at line 1317 of file autoarts.h.

References value().

◆ pos()

std::size_t ARTS::Var::PropagationMatrix::pos ( ) const
inlinenoexcept

◆ value() [1/2]

const type& ARTS::Var::PropagationMatrix::value ( ) const
inlinenoexcept

Definition at line 1316 of file autoarts.h.

References v.

◆ value() [2/2]

type& ARTS::Var::PropagationMatrix::value ( )
inlinenoexcept

Member Data Documentation

◆ p

std::size_t ARTS::Var::PropagationMatrix::p
private

Definition at line 1308 of file autoarts.h.

Referenced by islast(), name(), and pos().

◆ v

type* ARTS::Var::PropagationMatrix::v
private

Definition at line 1309 of file autoarts.h.

Referenced by isnull(), value(), and ~PropagationMatrix().


The documentation for this class was generated from the following file: