#include "arts.h"
#include "array.h"
#include "matpackI.h"
#include "matpackII.h"
#include "matpackIII.h"
#include "matpackIV.h"
#include "matpackV.h"
#include "matpackVI.h"
#include "matpackVII.h"
#include "mystring.h"
#include "absorption.h"
#include "gridded_fields.h"
Go to the source code of this file.
Functions | |
void | ArrayOfGField1Create (ArrayOfGField1 &aogf1) |
WORKSPACE METHOD: ArrayOfGField1Create. | |
void | ArrayOfIndexCreate (ArrayOfIndex &aoi) |
WORKSPACE METHOD: ArrayOfIndexCreate. | |
void | ArrayOfLineRecordCreate (ArrayOfLineRecord &aolr) |
WORKSPACE METHOD: ArrayOfLineRecordCreate. | |
void | ArrayOfLineshapeSpecCreate (ArrayOfLineshapeSpec &aolsp) |
WORKSPACE METHOD: ArrayOfLineshapeSpecCreate. | |
void | ArrayOfMatrixCreate (ArrayOfMatrix &aom) |
WORKSPACE METHOD: ArrayOfMatrixCreate. | |
void | ArrayOfStringCreate (ArrayOfString &aos) |
WORKSPACE METHOD: ArrayOfStringCreate. | |
void | ArrayOfVectorCreate (ArrayOfVector &aov) |
void | GField1Create (GField1 &g) |
WORKSPACE METHOD: GField1Create. | |
void | GField2Create (GField2 &g) |
WORKSPACE METHOD: GField2Create. | |
void | GField3Create (GField3 &g) |
WORKSPACE METHOD: GField3Create. | |
void | GField4Create (GField4 &g) |
WORKSPACE METHOD: GField4Create. | |
void | IndexCreate (Index &i) |
WORKSPACE METHOD: IndexCreate. | |
void | MatrixCreate (Matrix &m) |
WORKSPACE METHOD: MatrixCreate. | |
void | NumericCreate (Numeric &n) |
WORKSPACE METHOD: NumericCreate. | |
void | SparseCreate (Sparse &s) |
WORKSPACE METHOD: SparseCreate. | |
void | StringCreate (String &s) |
WORKSPACE METHOD: StringCreate. | |
void | Tensor3Create (Tensor3 &t) |
WORKSPACE METHOD: Tensor3Create. | |
void | Tensor4Create (Tensor4 &t) |
WORKSPACE METHOD: Tensor4Create. | |
void | Tensor5Create (Tensor5 &t) |
WORKSPACE METHOD: Tensor5Create. | |
void | Tensor6Create (Tensor6 &t) |
WORKSPACE METHOD: Tensor6Create. | |
void | Tensor7Create (Tensor7 &t) |
WORKSPACE METHOD: Tensor7Create. | |
void | VectorCreate (Vector &v) |
WORKSPACE METHOD: VectorCreate. |
Definition in file m_create.cc.
void ArrayOfGField1Create | ( | ArrayOfGField1 & | arrayofgfield1 | ) |
WORKSPACE METHOD: ArrayOfGField1Create.
Creates an empty ArrayOfGField1.
If the variable already exists, it'll be reset.
[out] | arrayofgfield1 | Generic output |
Definition at line 63 of file m_create.cc.
Referenced by ArrayOfGField1Create_g().
void ArrayOfIndexCreate | ( | ArrayOfIndex & | arrayofindex | ) |
WORKSPACE METHOD: ArrayOfIndexCreate.
Creates an empty ArrayOfIndex.
If the variable already exists, it'll be reset.
[out] | arrayofindex | Generic output |
Definition at line 71 of file m_create.cc.
Referenced by ArrayOfIndexCreate_g().
void ArrayOfLineRecordCreate | ( | ArrayOfLineRecord & | gout1 | ) |
WORKSPACE METHOD: ArrayOfLineRecordCreate.
Creates an empty ArrayOfLineRecord.
If the variable already exists, it will be reset.
Generic output: <br> ArrayOfLineRecord: New empty ArrayOfLineRecord.
[out] | gout1 | Generic output |
Definition at line 79 of file m_create.cc.
Referenced by ArrayOfLineRecordCreate_g().
void ArrayOfLineshapeSpecCreate | ( | ArrayOfLineshapeSpec & | gout1 | ) |
WORKSPACE METHOD: ArrayOfLineshapeSpecCreate.
Creates an empty ArrayOfLineshapeSpec.
If the variable already exists, it will be reset.
Generic output: <br> ArrayOfLineshapeSpec: New empty ArrayOfLineshapeSpec.
[out] | gout1 | Generic output |
Definition at line 87 of file m_create.cc.
Referenced by ArrayOfLineshapeSpecCreate_g().
void ArrayOfMatrixCreate | ( | ArrayOfMatrix & | gout1 | ) |
WORKSPACE METHOD: ArrayOfMatrixCreate.
Creates an empty ArrayOfMatrix.
If the variable already exists, it will be reset.
Generic output: <br> ArrayOfMatrix: New empty ArrayOfMatrix.
[out] | gout1 | Generic output |
Definition at line 95 of file m_create.cc.
Referenced by ArrayOfMatrixCreate_g().
void ArrayOfStringCreate | ( | ArrayOfString & | gout1 | ) |
WORKSPACE METHOD: ArrayOfStringCreate.
Creates an empty ArrayOfString.
If the variable already exists, it'll be reset.
Generic output: <br> ArrayOfString: New empty ArrayOfString.
[out] | gout1 | Generic output |
Definition at line 103 of file m_create.cc.
Referenced by ArrayOfStringCreate_g().
void ArrayOfVectorCreate | ( | ArrayOfVector & | aov | ) |
Definition at line 111 of file m_create.cc.
void GField1Create | ( | GField1 & | gfield | ) |
WORKSPACE METHOD: GField1Create.
Creates an empty GField1.
If the variable already exists, it'll be reset.
[out] | gfield | Generic output |
Definition at line 119 of file m_create.cc.
Referenced by GField1Create_g().
void GField2Create | ( | GField2 & | gfield | ) |
WORKSPACE METHOD: GField2Create.
Creates an empty GField2.
If the variable already exists, it'll be reset.
[out] | gfield | Generic output |
Definition at line 126 of file m_create.cc.
Referenced by GField2Create_g().
void GField3Create | ( | GField3 & | gfield | ) |
WORKSPACE METHOD: GField3Create.
Creates an empty GField3.
If the variable already exists, it'll be reset.
[out] | gfield | Generic output |
Definition at line 133 of file m_create.cc.
Referenced by GField3Create_g().
void GField4Create | ( | GField4 & | gfield | ) |
WORKSPACE METHOD: GField4Create.
Creates an empty GField4.
If the variable already exists, it'll be reset.
[out] | gfield | Generic output |
Definition at line 140 of file m_create.cc.
Referenced by GField4Create_g().
void IndexCreate | ( | Index & | gout1 | ) |
WORKSPACE METHOD: IndexCreate.
Creates an Index variable.
If the variable already exists, it'll be reset.
Generic output: <br> Index: New Index variable.
[out] | gout1 | Generic output |
Definition at line 148 of file m_create.cc.
Referenced by IndexCreate_g().
void MatrixCreate | ( | Matrix & | gout1 | ) |
WORKSPACE METHOD: MatrixCreate.
Creates an empty Matrix.
If the variable already exists, it'll be reset.
Generic output: <br> Matrix: New empty Matrix.
[out] | gout1 | Generic output |
Definition at line 156 of file m_create.cc.
Referenced by MatrixCreate_g().
void NumericCreate | ( | Numeric & | gout1 | ) |
WORKSPACE METHOD: NumericCreate.
Creates a Numeric variable.
If the variable already exists, it'll be reset.
Generic output: <br> Numeric: New Numeric variable.
[out] | gout1 | Generic output |
Definition at line 164 of file m_create.cc.
Referenced by NumericCreate_g().
void SparseCreate | ( | Sparse & | gout1 | ) |
WORKSPACE METHOD: SparseCreate.
Creates an empty Sparse matrix.
If the variable already exists, it'll be reset.
Generic output: <br> Sparse: New empty Sparse matrix.
[out] | gout1 | Generic output |
Definition at line 172 of file m_create.cc.
Referenced by SparseCreate_g().
void StringCreate | ( | String & | gout1 | ) |
WORKSPACE METHOD: StringCreate.
Creates an empty String.
If the variable already exists, it'll be reset.
Generic output: <br> String: New empty String.
[out] | gout1 | Generic output |
Definition at line 180 of file m_create.cc.
Referenced by StringCreate_g().
void Tensor3Create | ( | Tensor3 & | gout1 | ) |
WORKSPACE METHOD: Tensor3Create.
Creates an empty Tensor3.
If the variable already exists, it'll be reset.
Generic output: <br> Tensor3: New empty Tensor3.
[out] | gout1 | Generic output |
Definition at line 188 of file m_create.cc.
Referenced by Tensor3Create_g().
void Tensor4Create | ( | Tensor4 & | gout1 | ) |
WORKSPACE METHOD: Tensor4Create.
Creates an empty Tensor4.
If the variable already exists, it'll be reset.
Generic output: <br> Tensor4: New empty Tensor4.
[out] | gout1 | Generic output |
Definition at line 196 of file m_create.cc.
Referenced by Tensor4Create_g().
void Tensor5Create | ( | Tensor5 & | gout1 | ) |
WORKSPACE METHOD: Tensor5Create.
Creates an empty Tensor5.
If the variable already exists, it'll be reset.
Generic output: <br> Tensor5: New empty Tensor5.
[out] | gout1 | Generic output |
Definition at line 204 of file m_create.cc.
Referenced by Tensor5Create_g().
void Tensor6Create | ( | Tensor6 & | gout1 | ) |
WORKSPACE METHOD: Tensor6Create.
Creates an empty Tensor6.
If the variable already exists, it'll be reset.
Generic output: <br> Tensor6: New empty Tensor6.
[out] | gout1 | Generic output |
Definition at line 212 of file m_create.cc.
Referenced by Tensor6Create_g().
void Tensor7Create | ( | Tensor7 & | gout1 | ) |
WORKSPACE METHOD: Tensor7Create.
Creates an empty Tensor7.
If the variable already exists, it'll be reset.
Generic output: <br> Tensor7: New empty Tensor7.
[out] | gout1 | Generic output |
Definition at line 220 of file m_create.cc.
Referenced by Tensor7Create_g().
void VectorCreate | ( | Vector & | gout1 | ) |
WORKSPACE METHOD: VectorCreate.
Creates an empty Vector.
If the variable already exists, it'll be reset.
Generic output: <br> Vector: New empty Vector.
[out] | gout1 | Generic output |
Definition at line 228 of file m_create.cc.
Referenced by VectorCreate_g().