<<<<<<<<<<<<<<<<<

cdf_data_set_writer(visage) Visage cdf_data_set_writer(visage)

NAME

cdf_data_set_writer - write data sets (e.g., 3D data) to netCDF form.

DESCRIPTION

Cdf_data_set_writer writes data sets (e.g., 3D data such as structured grids, unstructured grids, unstructured points, and structured_points) to a netCDF file.

SUPERCLASS

data_writer

INSTANCE VARIABLES

geometry boolean to control whether the geoemtry of the data set is written.

scalars boolean to control whether the scalars of the data set is written.

vectors boolean to control whether the vectors of the data set is written.

MESSAGES

(see superclasses)

write! method that performs the writing of data to netCDF file using filename instance variable.

geometry_on!/geometry_off! turn on/off writing of data set geometry.

geometry=value set the value of geometry boolean: != 0 means geometry writing is on.

geometry? get the value of geometry writing instance variable.

scalars_on!/scalars_off! turn on/off writing of data set scalars.

scalars=value set the value of scalars boolean: != 0 means scalars writing is on.

scalars? get the value of geometry writing instance variable.

vectors_on!/vectors_off! turn on/off writing of data set vectors.

vectors=value set the value of vectors boolean: != 0 means vectors writing is on.

vectors? get the value of vectors writing instance variable.

SEE ALSO

data_writer, visage_data_set, plot3d_data_set, visage_geometry, visage_scalar, visage_vector, unstructured_grid_set, structured_grid_set, structured_point_set, unstructured_point_set,


Please send comments and suggestions to
consult@rpi.edu