This file contains all functions to read and write the binary HDF files.
|
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).
|
This file contains all functions to read and write the binary HDF files.