voi(marching) Marching voi(marching)
NAME
voi - Volume of interest
DESCRIPTION
This class holds the x, y and z ranges that define a volume.
SUPERCLASS
object
INSTANCE VARIABLES
x_range
is a 2 dimensional vector that holds the beginning
and the end of the x range.
y_range
is a 2 dimensional vector that holds the beginning
and the end of the y range.
z_range
is a 2 dimensional vector that holds the beginning
and the end of the z range.
MESSAGES
x_range?
returns the x_range.
x_range=(begining_of_range, end_of_range)
sets the x_range.
y_range?
returns the y_range.
y_range=(begining_of_range, end_of_range)
sets the y_range.
z_range?
returns the z_range.
z_range=(begining_of_range, end_of_range)
sets the z_range.
EXAMPLE
voi new: my_volume
x_range= (0, 100)
y_range= (100, 200)
z_range= (50, 100) ;
SEE ALSO
marching_model
Please send comments and suggestions toconsult@rpi.edu