#include <absorption.h>
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 String & | Name () const |
Index | Degfr () const |
const Array< IsotopeRecord > & | Isotope () const |
Array< IsotopeRecord > & | Isotope () |
Private Attributes | |
String | mname |
Species name. | |
Index | mdegfr |
Degrees of freedom. | |
Array< IsotopeRecord > | misotope |
Isotope data. |
Definition at line 306 of file absorption.h.
SpeciesRecord::SpeciesRecord | ( | ) | [inline] |
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().
const String& SpeciesRecord::Name | ( | ) | const [inline] |
Definition at line 361 of file absorption.h.
References mname.
Referenced by abs_lines_per_speciesCreateFromLines(), LineRecord::Name(), SpeciesTag::Name(), LineRecord::ReadFromArtsStream(), and xml_write_to_stream().
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] |
Definition at line 363 of file absorption.h.
References misotope.
Referenced by abs_lines_per_speciesCreateFromLines(), LineRecord::Name(), SpeciesTag::Name(), LineRecord::ReadFromArtsStream(), LineRecord::ReadFromHitran2004Stream(), LineRecord::ReadFromHitranStream(), LineRecord::ReadFromJplStream(), LineRecord::ReadFromMytran2Stream(), SpeciesTag::SpeciesTag(), and xml_write_to_stream().
Array<IsotopeRecord>& SpeciesRecord::Isotope | ( | ) | [inline] |
String SpeciesRecord::mname [private] |
Index SpeciesRecord::mdegfr [private] |
Array<IsotopeRecord> SpeciesRecord::misotope [private] |
Isotope data.
Definition at line 372 of file absorption.h.
Referenced by Isotope(), and SpeciesRecord().