Write_Volume

Synopsis

write an AVS/Express field to an AVS volume (.dat) file

Input Port

in_field

Mesh_Unif+Dim3+Node_Data+Scalar

ui_parent

user interface parent object

Parameters

Write_Volume_ Browser

UIfileSB

pick file to output

Output Port

none

Description

Write_Volume writes the input volume to disk in AVS volume file format (.dat suffix).

Input

field

The input is an AVS/Express field. The input is constrained to be a Mesh_Unif+Dim3+Node_Data+Scalar. In addition, you must ensure that the scalar component has veclen=1 and is composed of byte values.

ui_parent

A port to connect to a user interface object that contains the macro's widgets. By default, it is connected to the default user interface object in the application in which the macro is instanced. (This default connection is not drawn.)

Parameters

Write_Volume_Browser

UIfileSB. Selects the disk file to write. The default search pattern is
$XP_PATH<0>/data/volume/*.dat.

Output Port

none.


Example

Not available

File

v/modules.v
compat/modules/converts/fld2avs.c

See also related modules

Read_Volume
Write_Image
Write_netCDF