abstract_geometry(visage) VISAGE abstract_geometry(visage)
NAME
abstract_geometry - abstract class for geometry sub-
classes
DESCRIPTION
Abstract_geometry is an abstract class that provides private variables and methods for its geometry subclasses.
Abstract_geometry is never instantiated.
SUPERCLASS
visage_data
INSTANCE VARIABLES
(Inherited from superclass.)
MESSAGES
bounds?, bbox?
retrieve the bounding box of the geometry.
center?
Get the center point of the geometry.
length?
Get the length of the geometry.
compute_bounds!
Cause the geometry to compute its bounding box.
compute_center!
Cause the geometry to compute its center.
compute_length!
Cause the geometry to compute its length.
compute_properties!
convienience routine which sends "compute_bounds!",
"compute_center!", and "compute_length!" messages
to itself.
EXAMPLE
See various subclasses (display_data, structured and
unstructured point and grid sets).
SEE ALSO
visage_data, visage_abstract_geometry, display_data,
structured_grid_set, unstructured_grid_set, structured_point_set, unstruxutred_point_set
Please send comments and suggestions toconsult@rpi.edu