 |
vlmput_voxel4d
NAME
vlmput_voxel4d - Writes the dimensions
information and data to a ParVox voxel data file.
SYNOPSIS
#include <vlmeta.h>
int vlmput_voxel4d(char *name, vlmeta_voxel4d *vdata);
DESCRIPTION
Vlmput_voxel4d writes the dimension information of a
data set and all the data to a ParVox voxel data file.
Vlmput_voxel4d writes the header information from the vlmeta_voxel4d
structure vdata and the data stored at vdata->voxel_data
to the file name.
NOTES
Currently the put functions only support the
NetCDF format.
SEE ALSO
vlmeta_voxel4d,
ParVox Tutorial: Input Data Format
DIAGNOSTICS
Upon successful completion, the value of 0 is returned.
Otherwise, a value of -1 is returned.
|
 |