viff_write - write an viff structure to the specified filename
LIBRARY CALL
int viff_write(
char *filename,
viff *image)
INPUT
filename - the filename in which we will be writing
the viff image and associated data
image - the viff structure to be written
OUTPUT
none
RETURN VALUE
TRUE (1) on success, FALSE (0) otherwise
DESCRIPTION
This routines writes an viff structure and it's
data into the specified filename. The routine
uses the ktransport library which allows for
remote writing of the data.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
Restrictions on data or input as applicable
MODIFICATION
none
FILES
$DATASERV/objects/library/kdatafmt/src/viff.c
SEE ALSO
kdatafmt(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.