ARTS
2.2.66
|
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.
Definition at line 141 of file absorption.h.
|
inline |
Default constructor.
Definition at line 145 of file absorption.h.
|
inline |
Initializing constructor.
Definition at line 151 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 172 of file absorption.h.
Referenced by abs_xsec_per_speciesAddLines(), and operator<<().
|
inline |
Return the index of this lineshape.
Definition at line 160 of file absorption.h.
Referenced by abs_xsec_per_speciesAddLines(), and operator<<().
|
inline |
Return the index of the normalization factor.
Definition at line 165 of file absorption.h.
Referenced by abs_xsec_per_speciesAddLines(), and operator<<().
|
inline |
Set it.
Definition at line 174 of file absorption.h.
|
inline |
Set it.
Definition at line 162 of file absorption.h.
|
inline |
Set it.
Definition at line 167 of file absorption.h.
|
private |
Definition at line 178 of file absorption.h.
|
private |
Definition at line 176 of file absorption.h.
|
private |
Definition at line 177 of file absorption.h.