Go to the documentation of this file.
48 filename_nc (
String& filename,
52 filename_nc_with_index (
String& filename,
53 const Index& file_index,
61 template<
typename T>
void
62 nc_read_from_file (
const String& filename,
67 template<
typename T>
void
68 nc_write_to_file (
const String& filename,
76 void nc_get_data_int (
const int ncid,
const String &name,
int *data);
78 void nc_get_data_long (
const int ncid,
const String &name,
long *data);
80 void nc_get_data_double (
const int ncid,
const String &name,
Numeric *data);
82 void nc_get_dataa_double (
const int ncid,
const String &name,
83 size_t start,
size_t count,
Numeric *data);
85 Index nc_get_dim (
const int ncid,
const String &name);
87 void ncerror (
const int err,
const String msg);
The declarations of all the exception classes.
Declarations having to do with the four output streams.
The implementation for String, the ARTS string class.
NUMERIC Numeric
The type to use for all floating point numbers.
INDEX Index
The type to use for all integer numbers and indices.
This file contains the definition of String, the ARTS string class.
The global header file for ARTS.