ARTS
2.3.1285(git:92a29ea9-dirty)
|
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 Array< IsotopologueRecord > &isotopologue) | |
The constructor used in define_species_data. More... | |
const String & | Name () const |
Index | Degfr () const |
const Array< IsotopologueRecord > & | Isotopologue () const |
Array< IsotopologueRecord > & | Isotopologue () |
String | FullName (Index k) const |
Return a copy of the full name of the k:th isotopologue. More... | |
Private Attributes | |
String | mname |
Species name. More... | |
Index | mdegfr |
Degrees of freedom. More... | |
Array< IsotopologueRecord > | misotopologue |
Isotopologue data. More... | |
Contains the lookup data for one species.
Definition at line 144 of file absorption.h.
|
inline |
Default constructor.
Definition at line 147 of file absorption.h.
|
inline |
The constructor used in define_species_data.
Definition at line 152 of file absorption.h.
References IsotopologueRecord::Abundance(), IsotopologueRecord::HitranTag(), i, and IsotopologueRecord::MytranTag().
|
inline |
Definition at line 198 of file absorption.h.
Referenced by xml_write_to_stream().
Return a copy of the full name of the k:th isotopologue.
Definition at line 205 of file absorption.h.
|
inline |
Definition at line 199 of file absorption.h.
Referenced by abs_lines_per_speciesCreateFromLines(), checkIsotopologueRatios(), checkPartitionFunctions(), SpeciesTag::IsIsotopologue(), SpeciesTag::Name(), LineRecord::Name(), operator<<(), LineRecord::ReadFromArtscat3Stream(), Absorption::ReadFromArtscat3Stream(), LineRecord::ReadFromArtscat4Stream(), Absorption::ReadFromArtscat4Stream(), LineRecord::ReadFromArtscat5Stream(), Absorption::ReadFromArtscat5Stream(), LineRecord::ReadFromHitran2001Stream(), Absorption::ReadFromHitran2001Stream(), LineRecord::ReadFromHitran2004Stream(), Absorption::ReadFromHitran2004Stream(), Absorption::ReadFromHitranOnlineStream(), LineRecord::ReadFromJplStream(), Absorption::ReadFromJplStream(), LineRecord::ReadFromLBLRTMStream(), Absorption::ReadFromLBLRTMStream(), LineRecord::ReadFromMytran2Stream(), Absorption::ReadFromMytran2Stream(), SpeciesAuxData::ReadFromStream(), QuantumIdentifier::SetFromString(), SpeciesAuxData::setParam(), species_iso_match(), Absorption::Lines::SpeciesName(), and xml_write_to_stream().
|
inline |
Definition at line 202 of file absorption.h.
|
inline |
Definition at line 197 of file absorption.h.
References IsotopologueRecord::mname.
Referenced by checkIsotopologueRatios(), checkPartitionFunctions(), SpeciesTag::Name(), LineRecord::Name(), operator<<(), LineRecord::ReadFromArtscat3Stream(), Absorption::ReadFromArtscat3Stream(), LineRecord::ReadFromArtscat4Stream(), Absorption::ReadFromArtscat4Stream(), LineRecord::ReadFromArtscat5Stream(), Absorption::ReadFromArtscat5Stream(), SpeciesAuxData::ReadFromStream(), QuantumIdentifier::SetFromString(), SpeciesAuxData::setParam(), Absorption::Lines::SpeciesName(), and xml_write_to_stream().
|
private |
Degrees of freedom.
Definition at line 211 of file absorption.h.
|
private |
Isotopologue data.
Definition at line 213 of file absorption.h.
|
private |
Species name.
Definition at line 209 of file absorption.h.