mio_xim(mio) Volume I/O mio_xim(mio)
NAME
mio_xim - xim image I/O
DESCRIPTION
This class reads images that are in the xim file format.
SUPERCLASS
mio
INSTANCE VARIABLES
none
MESSAGES
filename?
returns the filename for the current slice.
number_slices?
returns the number of slices.
resolution?
returns the resolution.
EXAMPLE
/* read a xim slice */
mio_xim new: mio_name
prefix= "/home/mydisk/myname/volumename"
slice= 10
read! ;
SEE ALSO
mio, mio_16bit
Please send comments and suggestions toconsult@rpi.edu