 |
vlmclose
NAME
vlmclose - Closes an opened ParVox environment
or data file.
SYNOPSIS
#include <vlmeta.h>
int vlmclose(int ncid, int dtype);
DESCRIPTION
Vlmclose closes a ParVox environment file or
voxel data file that was opened by vlmopen_env or vlmopen_vox.
The ncid parameter is the file handle returned by vlmopen_env
or vlmopen_vox. The dtype parameter
can take either VL_RAW or VL_NETCDF, indicating the data
file is in either the raw binary format or the NetCDF format, respectively.
NOTES
The raw binary format isn't fully supported in the
current version of the VLMeta library.
SEE ALSO
vlmopen_env,
vlmopen_vox,
ParVox Tutorial: Input
Data Format
DIAGNOSTICS
Upon successful completion, a value of 0 is returned.
Otherwise, a value of -1 is returned.
|
 |