#include "array.h"
#include "exceptions.h"
#include "matpackV.h"
#include "gridded_fields.h"
Go to the source code of this file.
Functions | |
template<typename T> | |
void | Extract (T &e, const Array< T > &arr, const Index &index) |
void | ArrayOfIndexExtractFromArrayOfArrayOfIndex (ArrayOfIndex &aoi, const ArrayOfArrayOfIndex &aoaoi, const Index &index) |
void | Extract (Numeric &n, const Vector &v, const Index &index) |
void | Extract (Matrix &m, const Tensor3 &t3, const Index &index) |
void | Extract (Tensor3 &t3, const Tensor4 &t4, const Index &index) |
void | Extract (Tensor4 &t4, const Tensor5 &t5, const Index &index) |
void | Extract (ArrayOfGField3 &agf, const ArrayOfArrayOfGField3 &aagf, const Index &index) |
void | Extract (GField4 &m, const ArrayOfGField4 &agf4, const Index &index) |
Definition in file m_extract.h.
void ArrayOfIndexExtractFromArrayOfArrayOfIndex | ( | ArrayOfIndex & | aoi, | |
const ArrayOfArrayOfIndex & | aoaoi, | |||
const Index & | index | |||
) |
void Extract | ( | GField4 & | m, | |
const ArrayOfGField4 & | agf4, | |||
const Index & | index | |||
) |
void Extract | ( | ArrayOfGField3 & | agf, | |
const ArrayOfArrayOfGField3 & | aagf, | |||
const Index & | index | |||
) |
Definition at line 152 of file m_extract.h.
References joker, ConstTensor5View::nbooks(), ConstTensor5View::ncols(), ConstTensor5View::npages(), ConstTensor5View::nrows(), ConstTensor5View::nshelves(), and Tensor4::resize().
Definition at line 129 of file m_extract.h.
References joker, ConstTensor4View::nbooks(), ConstTensor4View::ncols(), ConstTensor4View::npages(), ConstTensor4View::nrows(), and Tensor3::resize().