ARTS
2.0.49
|
Lineshape related normalization function information. More...
#include <absorption.h>
Public Member Functions | |
LineshapeNormRecord () | |
Default constructor. More... | |
LineshapeNormRecord (const String &name, const String &description, lsnf_type function) | |
Initializing constructor, used to build the lookup table. More... | |
const String & | Name () const |
Return the name of this lineshape. More... | |
const String & | Description () const |
Return the description text. More... | |
lsnf_type | Function () const |
Return pointer to lineshape normalization function. More... | |
Private Attributes | |
String | mname |
Name of the function (e.g., linear). More... | |
String | mdescription |
Short description. More... | |
lsnf_type | mfunction |
Pointer to lineshape normalization function. More... | |
Lineshape related normalization function information.
There is one LineshapeNormRecord for each available lineshape normalization function.
Definition at line 97 of file absorption.h.
|
inline |
Default constructor.
Definition at line 101 of file absorption.h.
|
inline |
Initializing constructor, used to build the lookup table.
Definition at line 107 of file absorption.h.
|
inline |
|
inline |
Return pointer to lineshape normalization function.
Definition at line 119 of file absorption.h.
References mfunction.
|
inline |
|
private |
|
private |
Pointer to lineshape normalization function.
Definition at line 123 of file absorption.h.
Referenced by Function().
|
private |
Name of the function (e.g., linear).
Definition at line 121 of file absorption.h.
Referenced by Name().