 |
vlmput_vdim4d
NAME
vlmput_vdim4d - Writes the dimensions (or header)
information of data to a ParVox voxel data file.
SYNOPSIS
#include <vlmeta.h>
int vlmput_vdim4d(char *name, vlmeta_voxel4d *vdata);
DESCRIPTION
Vlmput_vdim4d writes the dimension information of a
data set to a ParVox voxel data file.
Vlmput_vdim4d writes the header information from the vlmeta_voxel4d structure
vdata to the file name. This function does not write
any actual data values to the file.
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.
|
 |