SpeciesRecord Class Reference

Contains the lookup data for one species. More...

#include <absorption.h>

Collaboration diagram for SpeciesRecord:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 SpeciesRecord ()
 Default constructor.
 SpeciesRecord (const char name[], const Index degfr, const MakeArray< IsotopeRecord > &isotope)
 The constructor used in define_species_data.
const StringName () const
Index Degfr () const
const Array< IsotopeRecord > & Isotope () const
Array< IsotopeRecord > & Isotope ()

Private Attributes

String mname
 Species name.
Index mdegfr
 Degrees of freedom.
Array< IsotopeRecordmisotope
 Isotope data.


Detailed Description

Contains the lookup data for one species.

Author:
Stefan Buehler

Definition at line 306 of file absorption.h.


Constructor & Destructor Documentation

SpeciesRecord::SpeciesRecord (  )  [inline]

Default constructor.

Definition at line 310 of file absorption.h.

SpeciesRecord::SpeciesRecord ( const char  name[],
const Index  degfr,
const MakeArray< IsotopeRecord > &  isotope 
) [inline]

The constructor used in define_species_data.

Definition at line 315 of file absorption.h.

References misotope, and Array< base >::nelem().


Member Function Documentation

const String& SpeciesRecord::Name (  )  const [inline]

Index SpeciesRecord::Degfr (  )  const [inline]

Definition at line 362 of file absorption.h.

References mdegfr.

Referenced by xml_write_to_stream().

const Array<IsotopeRecord>& SpeciesRecord::Isotope (  )  const [inline]

Array<IsotopeRecord>& SpeciesRecord::Isotope (  )  [inline]

Definition at line 364 of file absorption.h.

References misotope.


Member Data Documentation

Species name.

Definition at line 368 of file absorption.h.

Referenced by Name().

Degrees of freedom.

Definition at line 370 of file absorption.h.

Referenced by Degfr().

Isotope data.

Definition at line 372 of file absorption.h.

Referenced by Isotope(), and SpeciesRecord().


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

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