ARTS
2.0.49
|
Contains the lookup data for one species. More...
#include <absorption.h>
Public Member Functions | |
SpeciesRecord () | |
Default constructor. More... | |
SpeciesRecord (const char name[], const Index degfr, const MakeArray< IsotopeRecord > &isotope) | |
The constructor used in define_species_data. More... | |
const String & | Name () const |
Index | Degfr () const |
const Array< IsotopeRecord > & | Isotope () const |
Array< IsotopeRecord > & | Isotope () |
Private Attributes | |
String | mname |
Species name. More... | |
Index | mdegfr |
Degrees of freedom. More... | |
Array< IsotopeRecord > | misotope |
Isotope data. More... | |
Contains the lookup data for one species.
Definition at line 307 of file absorption.h.
|
inline |
Default constructor.
Definition at line 311 of file absorption.h.
|
inline |
The constructor used in define_species_data.
Definition at line 316 of file absorption.h.
References misotope, and Array< base >::nelem().
|
inline |
Definition at line 363 of file absorption.h.
References mdegfr.
Referenced by xml_write_to_stream().
|
inline |
Definition at line 365 of file absorption.h.
References misotope.
|
inline |
Definition at line 364 of file absorption.h.
References misotope.
Referenced by abs_lines_per_speciesCreateFromLines(), SpeciesTag::Name(), LineRecord::Name(), LineRecord::ReadFromArtscat3Stream(), LineRecord::ReadFromArtscat4Stream(), LineRecord::ReadFromHitran2004Stream(), LineRecord::ReadFromHitranStream(), LineRecord::ReadFromJplStream(), LineRecord::ReadFromMytran2Stream(), SpeciesTag::SpeciesTag(), and xml_write_to_stream().
|
inline |
Definition at line 362 of file absorption.h.
References mname.
Referenced by abs_lines_per_speciesCreateFromLines(), get_species_name(), SpeciesTag::Name(), LineRecord::Name(), LineRecord::ReadFromArtscat3Stream(), LineRecord::ReadFromArtscat4Stream(), and xml_write_to_stream().
|
private |
|
private |
Isotope data.
Definition at line 373 of file absorption.h.
Referenced by Isotope(), and SpeciesRecord().
|
private |