ARTS
2.0.49
|
Lineshape related information. More...
#include <absorption.h>
Public Member Functions | |
LineshapeRecord () | |
Default constructor. More... | |
LineshapeRecord (const String &name, const String &description, lsf_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... | |
lsf_type | Function () const |
Return pointer to lineshape function. More... | |
Private Attributes | |
String | mname |
Name of the function (e.g., Lorentz). More... | |
String | mdescription |
Short description. More... | |
lsf_type | mfunction |
Pointer to lineshape function. More... | |
Lineshape related information.
There is one LineshapeRecord for each available lineshape function.
Definition at line 53 of file absorption.h.
|
inline |
Default constructor.
Definition at line 57 of file absorption.h.
|
inline |
Initializing constructor, used to build the lookup table.
Definition at line 63 of file absorption.h.
|
inline |
|
inline |
Return pointer to lineshape function.
Definition at line 75 of file absorption.h.
References mfunction.
|
inline |
|
private |
|
private |
Pointer to lineshape function.
Definition at line 79 of file absorption.h.
Referenced by Function().
|
private |
Name of the function (e.g., Lorentz).
Definition at line 77 of file absorption.h.
Referenced by Name().