m_hdf.cc File Reference

This file contains all functions to read and write the binary HDF files. More...

#include <math.h>
#include "arts.h"
#include "atm_funcs.h"
#include "math_funcs.h"
#include "messages.h"
#include "auto_md.h"
#include "make_array.h"

Go to the source code of this file.

Functions

void IndexWriteBinary (const Index &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME).
void IndexReadBinary (Index &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME).
void NumericWriteBinary (const Numeric &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME).
void NumericReadBinary (Numeric &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME).
void VectorWriteBinary (const Vector &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME).
void VectorReadBinary (Vector &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME).
void MatrixWriteBinary (const Matrix &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME).
void MatrixReadBinary (Matrix &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME).
void ArrayOfIndexWriteBinary (const ArrayOfIndex &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME).
void ArrayOfIndexReadBinary (ArrayOfIndex &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME).
void ArrayOfVectorWriteBinary (const ArrayOfVector &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME).
void ArrayOfVectorReadBinary (ArrayOfVector &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME).
void ArrayOfMatrixWriteBinary (const ArrayOfMatrix &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME).
void ArrayOfMatrixReadBinary (ArrayOfMatrix &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME).
void StringWriteBinary (const String &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME).
void StringReadBinary (String &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME).
void ArrayOfStringWriteBinary (const ArrayOfString &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME).
void ArrayOfStringReadBinary (ArrayOfString &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME).
void LosWriteBinary (const Los &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME).
void LosReadBinary (Los &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME).


Detailed Description

This file contains all functions to read and write the binary HDF files.

Author:
Patrick Eriksson
Date:
2001-09-26

Definition in file m_hdf.cc.


Function Documentation

void ArrayOfIndexReadBinary ( ArrayOfIndex ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME).

Author:
Patrick Eriksson
Date:
2000-11-02

Definition at line 1682 of file m_hdf.cc.

void ArrayOfIndexWriteBinary ( const ArrayOfIndex ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME).

Author:
Patrick Eriksson
Date:
2000-11-02

Definition at line 1650 of file m_hdf.cc.

void ArrayOfMatrixReadBinary ( ArrayOfMatrix ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME).

Author:
Patrick Eriksson
Date:
2000-11-02

Definition at line 1814 of file m_hdf.cc.

void ArrayOfMatrixWriteBinary ( const ArrayOfMatrix ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME).

Author:
Patrick Eriksson
Date:
2000-11-02

Definition at line 1782 of file m_hdf.cc.

void ArrayOfStringReadBinary ( ArrayOfString ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME).

Author:
Patrick Eriksson
Date:
2000-11-02

Definition at line 1946 of file m_hdf.cc.

void ArrayOfStringWriteBinary ( const ArrayOfString ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME).

Author:
Patrick Eriksson
Date:
2000-11-02

Definition at line 1914 of file m_hdf.cc.

void ArrayOfVectorReadBinary ( ArrayOfVector ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME).

Author:
Patrick Eriksson
Date:
2000-11-02

Definition at line 1748 of file m_hdf.cc.

void ArrayOfVectorWriteBinary ( const ArrayOfVector ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME).

Author:
Patrick Eriksson
Date:
2000-11-02

Definition at line 1716 of file m_hdf.cc.

void IndexReadBinary ( Index ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME).

Author:
Patrick Eriksson
Date:
2000-11-02

Definition at line 1420 of file m_hdf.cc.

void IndexWriteBinary ( const Index ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME).

Author:
Patrick Eriksson
Date:
2000-11-02

Definition at line 1386 of file m_hdf.cc.

void LosReadBinary ( Los ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME).

Author:
Patrick Eriksson
Date:
2000-11-02

Definition at line 2026 of file m_hdf.cc.

void LosWriteBinary ( const Los ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME).

Author:
Patrick Eriksson
Date:
2000-11-02

Definition at line 1987 of file m_hdf.cc.

void MatrixReadBinary ( Matrix ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME).

Author:
Patrick Eriksson
Date:
2000-11-02

Definition at line 1616 of file m_hdf.cc.

void MatrixWriteBinary ( const Matrix ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME).

Author:
Patrick Eriksson
Date:
2000-11-02

Definition at line 1584 of file m_hdf.cc.

void NumericReadBinary ( Numeric ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME).

Author:
Patrick Eriksson
Date:
2000-11-02

Definition at line 1484 of file m_hdf.cc.

void NumericWriteBinary ( const Numeric ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME).

Author:
Patrick Eriksson
Date:
2000-11-02

Definition at line 1452 of file m_hdf.cc.

void StringReadBinary ( String ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME).

Author:
Patrick Eriksson
Date:
2000-11-02

Definition at line 1880 of file m_hdf.cc.

void StringWriteBinary ( const String ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME).

Author:
Patrick Eriksson
Date:
2000-11-02

Definition at line 1848 of file m_hdf.cc.

void VectorReadBinary ( Vector ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME).

Author:
Patrick Eriksson
Date:
2000-11-02

Definition at line 1550 of file m_hdf.cc.

void VectorWriteBinary ( const Vector ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME).

Author:
Patrick Eriksson
Date:
2000-11-02

Definition at line 1518 of file m_hdf.cc.


Generated on Wed Feb 4 08:17:24 2009 for ARTS by  doxygen 1.5.6