| ARTS
    2.3.1285(git:92a29ea9-dirty)
    | 
Methods and classes for HITRAN absorption cross section data. More...
#include "arts.h"#include "array.h"#include "bifstream.h"#include "matpackI.h"#include "messages.h"#include "mystring.h"Go to the source code of this file.
| Classes | |
| class | XsecRecord | 
| Typedefs | |
| typedef Array< XsecRecord > | ArrayOfXsecRecord | 
| Functions | |
| Index | hitran_xsec_get_index (const ArrayOfXsecRecord &xsec_data, const Index species) | 
| Get the index in hitran_xsec_data for the given species.  More... | |
| std::ostream & | operator<< (std::ostream &os, const XsecRecord &xd) | 
Methods and classes for HITRAN absorption cross section data.
Definition in file hitran_xsec.h.
| typedef Array<XsecRecord> ArrayOfXsecRecord | 
Definition at line 126 of file hitran_xsec.h.
| Index hitran_xsec_get_index | ( | const ArrayOfXsecRecord & | xsec_data, | 
| const Index | species | ||
| ) | 
Get the index in hitran_xsec_data for the given species.
| [in] | hitran_xsec_data | Hitran Xsec data array | 
| [in] | species | Species name | 
Definition at line 342 of file hitran_xsec.cc.
References i, Array< base >::nelem(), and XsecRecord::Species().
Referenced by abs_xsec_per_speciesAddHitranXsec().
| std::ostream& operator<< | ( | std::ostream & | os, | 
| const XsecRecord & | xd | ||
| ) | 
Definition at line 350 of file hitran_xsec.cc.
References XsecRecord::Species().