LineshapeSpec Class Reference

Lineshape related specification like which lineshape to use, the normalizationfactor, and the cutoff. More...

#include <absorption.h>

List of all members.

Public Member Functions

 LineshapeSpec ()
 Default constructor.
 LineshapeSpec (const Index &ind_ls, const Index &ind_lsn, const Numeric &cutoff)
 Initializing constructor.
const IndexInd_ls () const
 Return the index of this lineshape.
void SetInd_ls (Index ind_ls)
 Set it.
const IndexInd_lsn () const
 Return the index of the normalization factor.
void SetInd_lsn (Index ind_lsn)
 Set it.
const NumericCutoff () const
 Return the cutoff frequency (in Hz).
void SetCutoff (Numeric cutoff)
 Set it.

Private Attributes

Index mind_ls
Index mind_lsn
Numeric mcutoff


Detailed Description

Lineshape related specification like which lineshape to use, the normalizationfactor, and the cutoff.

Author:
Axel von Engeln
Date:
2001-01-05

Definition at line 130 of file absorption.h.


Constructor & Destructor Documentation

LineshapeSpec::LineshapeSpec (  )  [inline]

Default constructor.

Definition at line 134 of file absorption.h.

LineshapeSpec::LineshapeSpec ( const Index ind_ls,
const Index ind_lsn,
const Numeric cutoff 
) [inline]

Initializing constructor.

Definition at line 140 of file absorption.h.


Member Function Documentation

const Index& LineshapeSpec::Ind_ls (  )  const [inline]

Return the index of this lineshape.

Definition at line 149 of file absorption.h.

References mind_ls.

Referenced by abs_xsec_per_speciesAddLines().

void LineshapeSpec::SetInd_ls ( Index  ind_ls  )  [inline]

Set it.

Definition at line 151 of file absorption.h.

References mind_ls.

const Index& LineshapeSpec::Ind_lsn (  )  const [inline]

Return the index of the normalization factor.

Definition at line 154 of file absorption.h.

References mind_lsn.

Referenced by abs_xsec_per_speciesAddLines().

void LineshapeSpec::SetInd_lsn ( Index  ind_lsn  )  [inline]

Set it.

Definition at line 156 of file absorption.h.

References mind_lsn.

const Numeric& LineshapeSpec::Cutoff (  )  const [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 161 of file absorption.h.

References mcutoff.

Referenced by abs_xsec_per_speciesAddLines().

void LineshapeSpec::SetCutoff ( Numeric  cutoff  )  [inline]

Set it.

Definition at line 163 of file absorption.h.

References mcutoff.


Member Data Documentation

Definition at line 165 of file absorption.h.

Referenced by Ind_ls(), and SetInd_ls().

Definition at line 166 of file absorption.h.

Referenced by Ind_lsn(), and SetInd_lsn().

Definition at line 167 of file absorption.h.

Referenced by Cutoff(), and SetCutoff().


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

Generated on Mon Mar 23 14:07:01 2009 for ARTS by  doxygen 1.5.6