ARTS
1.0.222
|
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 123 of file absorption.h.
|
inline |
Default constructor.
Definition at line 127 of file absorption.h.
|
inline |
Initializing constructor.
Definition at line 130 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 151 of file absorption.h.
|
inline |
Return the index of this lineshape.
Definition at line 139 of file absorption.h.
|
inline |
Return the index of the normalization factor.
Definition at line 144 of file absorption.h.
|
inline |
Set it.
Definition at line 153 of file absorption.h.
|
inline |
Set it.
Definition at line 141 of file absorption.h.
|
inline |
Set it.
Definition at line 146 of file absorption.h.
|
private |
Definition at line 157 of file absorption.h.
|
private |
Definition at line 155 of file absorption.h.
|
private |
Definition at line 156 of file absorption.h.