ARTS
2.0.49
|
Lineshape related specification like which lineshape to use, the normalizationfactor, and the cutoff. More...
#include <absorption.h>
Public Member Functions | |
LineshapeSpec () | |
Default constructor. More... | |
LineshapeSpec (const Index &ind_ls, const Index &ind_lsn, const Numeric &cutoff) | |
Initializing constructor. More... | |
const Index & | Ind_ls () const |
Return the index of this lineshape. More... | |
void | SetInd_ls (Index ind_ls) |
Set it. More... | |
const Index & | Ind_lsn () const |
Return the index of the normalization factor. More... | |
void | SetInd_lsn (Index ind_lsn) |
Set it. More... | |
const Numeric & | Cutoff () const |
Return the cutoff frequency (in Hz). More... | |
void | SetCutoff (Numeric cutoff) |
Set it. More... | |
Private Attributes | |
Index | mind_ls |
Index | mind_lsn |
Numeric | mcutoff |
Lineshape related specification like which lineshape to use, the normalizationfactor, and the cutoff.
\author Axel von Engeln \date 2001-01-05
Definition at line 131 of file absorption.h.
|
inline |
Default constructor.
Definition at line 135 of file absorption.h.
|
inline |
Initializing constructor.
Definition at line 141 of file absorption.h.
|
inline |
Return the cutoff frequency (in Hz).
This is the distance from the line center outside of which the lineshape is defined to be zero. Negative means no cutoff.
Definition at line 162 of file absorption.h.
References mcutoff.
Referenced by abs_xsec_per_speciesAddLines().
|
inline |
Return the index of this lineshape.
Definition at line 150 of file absorption.h.
References mind_ls.
Referenced by abs_xsec_per_speciesAddLines().
|
inline |
Return the index of the normalization factor.
Definition at line 155 of file absorption.h.
References mind_lsn.
Referenced by abs_xsec_per_speciesAddLines().
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 168 of file absorption.h.
Referenced by Cutoff(), and SetCutoff().
|
private |
Definition at line 166 of file absorption.h.
Referenced by Ind_ls(), and SetInd_ls().
|
private |
Definition at line 167 of file absorption.h.
Referenced by Ind_lsn(), and SetInd_lsn().