14#ifndef xml_io_arts_types_h
15#define xml_io_arts_types_h
27#define TMPL_XML_READ_WRITE_STREAM(what) \
28 void xml_read_from_stream( \
29 istream &, what &, bifstream *, const Verbosity &); \
30 void xml_write_to_stream(ostream &, \
153#undef TMPL_XML_READ_WRITE_STREAM
Declarations for agendas.
This can be used to make arrays out of anything.
CIA data for a single pair of molecules.
An absorption lookup table.
Deals with internal derivatives, Jacobian definition, and OEM calculations.
A 2D sequential linear interpolation (SLI) lookup table This class holds the gridded for 2D SLI as we...
Hitran crosssection class.
Interpolation classes and functions created for use within Monte Carlo scattering simulations.
Structure to store a grid position.
Holds all information required for individual partial derivatives.
An Antenna object used by MCGeneral.
The structure to describe a propagation path and releated quantities.
A logical struct for global quantum numbers with species identifiers.
Radiation Vector for Stokes dimension 1-4.
The structure to describe a propagation path and releated quantities.
Class to handle time in ARTS.
Class to keep track of Transmission Matrices for Stokes Dim 1-4.
#define TMPL_XML_READ_WRITE_STREAM(what)