Go to the documentation of this file.
32 #ifndef xml_io_types_h
33 #define xml_io_types_h
55 #define TMPL_XML_READ_WRITE_STREAM(what) \
56 void xml_read_from_stream (istream&, what&, bifstream *, const Verbosity&); \
57 void xml_write_to_stream (ostream&, const what&, bofstream *, \
58 const String&, const Verbosity&);
140 #undef TMPL_XML_READ_WRITE_STREAM
Implementation of gridded fields.
#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.
Structure which describes the single scattering properties of a.
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.
Contains the lookup data for one isotope.
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.
A 2D sequential linear interpolation (SLI) lookup table.
Header file for sparse matrices.
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.
Declarations for the gas absorption lookup table.
Template functions for general supergeneric ws methods.