Go to the documentation of this file.
32 #ifndef xml_io_types_h
33 #define xml_io_types_h
56 #define TMPL_XML_READ_WRITE_STREAM(what) \
57 void xml_read_from_stream(istream&, what&, bifstream *, const Verbosity&); \
58 void xml_write_to_stream(ostream&, const what&, bofstream *, \
59 const String&, const Verbosity&);
153 #undef TMPL_XML_READ_WRITE_STREAM
Implementation of gridded fields.
Container class for Quantum Numbers.
#define TMPL_XML_READ_WRITE_STREAM(what)
Declarations required for the calculation of absorption coefficients.
Interpolation classes and functions created for use within Monte Carlo scattering simulations.
An Antenna object used by MCGeneral.
This file contains the definition of Array.
The structure to describe a propagation path and releated quantities.
Auxiliary data for isotopologues.
Structure which describes the single scattering properties of a particle or a particle distribution.
An absorption lookup table.
void xml_parse_from_stream(istream &, Vector &, bifstream *, ArtsXMLTag &, const Verbosity &verbosity)
Parses Vector from XML input stream.
This file contains private function declarations and template instantiation to handle XML data files.
A tag group can consist of the sum of several of these.
Declarations for agendas.
Declarations having to do with the four output streams.
The implementation for String, the ARTS string class.
Scattering database structure and functions.
Declarations required for the calculation of jacobians.
NUMERIC Numeric
The type to use for all floating point numbers.
Binary output file stream class.
Workspace functions for the solution of cloud-box radiative transfer by Monte Carlo methods....
This file contains the class declaration of bifstream.
This file contains the class declaration of bofstream.
Contains the lookup data for one species.
Structure to store a grid position.
Propagation path structure and functions.
Contains the lookup data for one isotopologue.
A 2D sequential linear interpolation (SLI) lookup table.
CIA data for a single pair of molecules.
Header file for sparse matrices.
Record containing upper and lower quantum numbers.
void xml_read_from_stream(istream &, ArrayOfLineRecord &, const Numeric, const Numeric, bifstream *, const Verbosity &)
Reads ArrayOfLineRecord from XML input stream within specified frequency range.
INDEX Index
The type to use for all integer numbers and indices.
Contains the data for one retrieval quantity.
Header file for work with HITRAN collision induced absorption (CIA).
Declarations for the gas absorption lookup table.
Template functions for general supergeneric ws methods.