ARTS  2.0.49
LineshapeNormRecord Class Reference

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 StringName () const
 Return the name of this lineshape. More...
 
const StringDescription () 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...
 

Detailed Description

Lineshape related normalization function information.

There is one LineshapeNormRecord for each available lineshape normalization function.

Author
Axel von Engeln
Date
2000-11-30

Definition at line 97 of file absorption.h.

Constructor & Destructor Documentation

◆ LineshapeNormRecord() [1/2]

LineshapeNormRecord::LineshapeNormRecord ( )
inline

Default constructor.

Definition at line 101 of file absorption.h.

◆ LineshapeNormRecord() [2/2]

LineshapeNormRecord::LineshapeNormRecord ( const String name,
const String description,
lsnf_type  function 
)
inline

Initializing constructor, used to build the lookup table.

Definition at line 107 of file absorption.h.

Member Function Documentation

◆ Description()

const String& LineshapeNormRecord::Description ( ) const
inline

Return the description text.

Definition at line 117 of file absorption.h.

References mdescription.

◆ Function()

lsnf_type LineshapeNormRecord::Function ( ) const
inline

Return pointer to lineshape normalization function.

Definition at line 119 of file absorption.h.

References mfunction.

◆ Name()

const String& LineshapeNormRecord::Name ( ) const
inline

Return the name of this lineshape.

Definition at line 115 of file absorption.h.

References mname.

Member Data Documentation

◆ mdescription

String LineshapeNormRecord::mdescription
private

Short description.

Definition at line 122 of file absorption.h.

Referenced by Description().

◆ mfunction

lsnf_type LineshapeNormRecord::mfunction
private

Pointer to lineshape normalization function.

Definition at line 123 of file absorption.h.

Referenced by Function().

◆ mname

String LineshapeNormRecord::mname
private

Name of the function (e.g., linear).

Definition at line 121 of file absorption.h.

Referenced by Name().


The documentation for this class was generated from the following file: