ARTS
1.0.222
|
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 284 of file absorption.h.
|
inline |
Default constructor.
Definition at line 288 of file absorption.h.
|
inline |
The constructor used in define_species_data.
Definition at line 291 of file absorption.h.
|
inline |
Definition at line 338 of file absorption.h.
|
inline |
Definition at line 340 of file absorption.h.
|
inline |
Definition at line 339 of file absorption.h.
|
inline |
Definition at line 337 of file absorption.h.
|
private |
Degrees of freedom.
Definition at line 346 of file absorption.h.
|
private |
Isotope data.
Definition at line 348 of file absorption.h.
|
private |
Species name.
Definition at line 344 of file absorption.h.