26#ifndef CARTESIAN_CF_IO_H
27#define CARTESIAN_CF_IO_H
Defines the functions available when working with cartesian products.
RaveCoreObject * CartesianCfIO_read(CartesianCfIO_t *self, const char *filename)
Reads a netcdf file store in CF convention and sets the data in the resulting object.
RaveCoreObjectType CartesianCfIO_TYPE
Type definition to use when creating a rave object.
Definition cartesian_cf_io.c:1362
int CartesianCfIO_getDeflateLevel(CartesianCfIO_t *self)
Returns the level of compression.
Definition cartesian_cf_io.c:1289
int CartesianCfIO_write(CartesianCfIO_t *self, const char *filename, RaveCoreObject *obj)
Writes a netcdf file in CF convention format.
Definition cartesian_cf_io.c:1300
int CartesianCfIO_setDeflateLevel(CartesianCfIO_t *self, int level)
Sets the level of compression.
Definition cartesian_cf_io.c:1279
Defines the functions available when working with cartesian volumes.
Generic implementation of an object that is used within rave.
Represents the adaptor.
Definition cartesian_cf_io.c:80
The basic raveobject that contains the header information for all rave objects.
Definition rave_object.h:42
The rave object type definition.
Definition rave_object.h:52