TUV-x
Loading...
Searching...
No Matches
Data Types
musica_io Module Reference

The io_t type and related functions. More...

Data Types

interface  append_0d_double
 Writes 0D double data to append 1D double data. More...
 
interface  append_0d_int
 Writes 0D int data to append 1D int data. More...
 
interface  append_1d_double
 Writes 1D double data to append 2D data. More...
 
interface  append_2d_double
 Writes 2D double data to append 3D double data. More...
 
interface  append_3d_double
 Writes 3D double data to append 4D double data. More...
 
interface  exists_char
 Returns whether a variable exists in the file. More...
 
interface  exists_string
 Returns whether a variable exists in the file. More...
 
type  io_t
 General input/output class. More...
 
interface  read_0d_double
 Reads 0D double-precision floating-point data. More...
 
interface  read_0d_int
 Reads 0D integer data. More...
 
interface  read_1d_double
 Reads 1D double-precision floating-point data. More...
 
interface  read_1d_int
 Reads 1D integer data. More...
 
interface  read_2d_double
 Reads 2D double-precision floating-point data. More...
 
interface  read_3d_double
 Reads 3D double-precision floating-point data. More...
 
interface  read_4d_double
 Reads 4D double-precision floating-point data. More...
 
interface  set_variable_units
 Sets the units for a given variable. More...
 
interface  variable_dimensions
 Returns the dimension names for a given variable. More...
 
interface  variable_units
 Returns the units for a given variable. More...
 
interface  write_0d_double
 Writes 0D double data. More...
 
interface  write_0d_int
 Writes 0D int data. More...
 
interface  write_1d_double
 Writes 1D double data. More...
 
interface  write_1d_int
 Writes 1D int data. More...
 
interface  write_2d_double
 Writes 2D double data. More...
 
interface  write_3d_double
 Writes 3D double data. More...
 
interface  write_4d_double
 Writes 4D double data. More...
 

Detailed Description

The io_t type and related functions.