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)
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)


Detailed Description

Implementation of Extract.

Author:
Oliver Lemke <olemke@core-dump.info>
Date:
2008-10-08
This file contains the implementation of the supergeneric method Extract.

Definition in file m_extract.h.


Function Documentation

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

Definition at line 62 of file m_extract.h.

References Array< base >::nelem().

void Extract ( GField4 m,
const ArrayOfGField4 agf4,
const Index index 
)

Definition at line 206 of file m_extract.h.

References Array< base >::nelem().

void Extract ( ArrayOfGField3 agf,
const ArrayOfArrayOfGField3 aagf,
const Index index 
)

Definition at line 179 of file m_extract.h.

References Array< base >::nelem().

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

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

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

Definition at line 107 of file m_extract.h.

References joker, and ConstTensor3View::npages().

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

Definition at line 85 of file m_extract.h.

References ConstVectorView::nelem().

template<typename T>
void Extract ( T &  e,
const Array< T > &  arr,
const Index index 
) [inline]

Definition at line 40 of file m_extract.h.

References Array< base >::nelem().


Generated on Mon Mar 23 14:06:39 2009 for ARTS by  doxygen 1.5.6