ARTS  2.2.66
m_extract.h File Reference

Implementation of Extract. More...

#include "array.h"
#include "exceptions.h"
#include "matpackV.h"
#include "gridded_fields.h"
Include dependency graph for m_extract.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T >
void Extract (T &e, const Array< T > &arr, const Index &index, const Verbosity &)
 
void ArrayOfIndexExtractFromArrayOfArrayOfIndex (ArrayOfIndex &aoi, const ArrayOfArrayOfIndex &aoaoi, const Index &index, const Verbosity &)
 
void Extract (Numeric &n, const Vector &v, const Index &index, const Verbosity &)
 
void Extract (Matrix &m, const Tensor3 &t3, const Index &index, const Verbosity &)
 
void Extract (Tensor3 &t3, const Tensor4 &t4, const Index &index, const Verbosity &)
 
void Extract (Tensor4 &t4, const Tensor5 &t5, const Index &index, const Verbosity &)
 
void Extract (ArrayOfGriddedField3 &agf, const ArrayOfArrayOfGriddedField3 &aagf, const Index &index, const Verbosity &)
 
void Extract (GriddedField4 &m, const ArrayOfGriddedField4 &agf4, const Index &index, const Verbosity &)
 

Detailed Description

Implementation of Extract.

Author
Oliver Lemke olemk.nosp@m.e@co.nosp@m.re-du.nosp@m.mp.i.nosp@m.nfo
Date
2008-10-08

This file contains the implementation of the supergeneric method Extract.

Definition in file m_extract.h.

Function Documentation

◆ ArrayOfIndexExtractFromArrayOfArrayOfIndex()

void ArrayOfIndexExtractFromArrayOfArrayOfIndex ( ArrayOfIndex aoi,
const ArrayOfArrayOfIndex aoaoi,
const Index index,
const Verbosity  
)

Definition at line 66 of file m_extract.h.

References Array< base >::nelem().

◆ Extract() [1/7]

◆ Extract() [2/7]

void Extract ( Numeric n,
const Vector v,
const Index index,
const Verbosity  
)

Definition at line 90 of file m_extract.h.

References ConstVectorView::nelem().

◆ Extract() [3/7]

void Extract ( Matrix m,
const Tensor3 t3,
const Index index,
const Verbosity  
)

Definition at line 113 of file m_extract.h.

References joker, and ConstTensor3View::npages().

◆ Extract() [4/7]

void Extract ( Tensor3 t3,
const Tensor4 t4,
const Index index,
const Verbosity  
)

◆ Extract() [5/7]

void Extract ( Tensor4 t4,
const Tensor5 t5,
const Index index,
const Verbosity  
)

◆ Extract() [6/7]

void Extract ( ArrayOfGriddedField3 agf,
const ArrayOfArrayOfGriddedField3 aagf,
const Index index,
const Verbosity  
)

Definition at line 188 of file m_extract.h.

References Array< base >::nelem().

◆ Extract() [7/7]

void Extract ( GriddedField4 m,
const ArrayOfGriddedField4 agf4,
const Index index,
const Verbosity  
)

Definition at line 216 of file m_extract.h.

References Array< base >::nelem().