visage_data_group(visage)Scientific Visualizationvisage_data_group(visage)
NAME
visage_data_group - an object to group data sets
DESCRIPTION
Visage_data_group is a convenience class that serves to
group data_sets. Visage_data_group is usually instantiated by a reader object (e.g., plot3d_reader, cdf_reader)
and maintains a list of its data sets.
Visage_data_group at one time also served as a modeller.
This behavior is obsolete and will eventually be eliminated.
SUPERCLASS
visage_display
INSTANCE VARIABLES
data_sets
a collection of visage_data_sets.
MESSAGES
data_sets=, data_sets+, data_sets- data_set_name
Set/add/remove the visage_data_set from the collection of data sets.
data_sets?
Get the list of data sets.
mtime? Get the modified time of this object (queries all
its data sets).
EXAMPLE
See the examples from a subclass of visage_reader (e.g.,
cdf_reader, plot3d_reader).
SEE ALSO
cdf_reader, plot3d_reader, visage_data_set,
plot3d_data_set
Please send comments and suggestions toconsult@rpi.edu