|
ARTS
2.2.66
|
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< 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 () |
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 367 of file absorption.h.
|
inline |
Default constructor.
Definition at line 371 of file absorption.h.
|
inline |
The constructor used in define_species_data.
Definition at line 376 of file absorption.h.
|
inline |
Definition at line 424 of file absorption.h.
Referenced by xml_write_to_stream().
|
inline |
Definition at line 425 of file absorption.h.
Referenced by abs_lines_per_speciesCreateFromLines(), checkIsotopologueRatios(), SpeciesTag::Name(), LineRecord::Name(), operator<<(), LineRecord::ReadFromArtscat3Stream(), LineRecord::ReadFromArtscat4Stream(), LineRecord::ReadFromHitran2001Stream(), LineRecord::ReadFromHitran2004Stream(), LineRecord::ReadFromJplStream(), LineRecord::ReadFromMytran2Stream(), SpeciesAuxData::ReadFromStream(), and xml_write_to_stream().
|
inline |
Definition at line 426 of file absorption.h.
|
inline |
Definition at line 423 of file absorption.h.
References LineshapeRecord::mname.
Referenced by abs_lines_per_speciesCreateFromLines(), checkIsotopologueRatios(), SpeciesTag::Name(), LineRecord::Name(), operator<<(), LineRecord::ReadFromArtscat3Stream(), LineRecord::ReadFromArtscat4Stream(), SpeciesAuxData::ReadFromStream(), and xml_write_to_stream().
|
private |
Degrees of freedom.
Definition at line 432 of file absorption.h.
|
private |
Isotopologue data.
Definition at line 434 of file absorption.h.
|
private |
Species name.
Definition at line 430 of file absorption.h.