mio_3d(mio) Volume I/O mio_3d(mio)
NAME
mio_3d - 3d image I/O
DESCRIPTION
This class reads images that are in the 3d, noheader file
format. These files are created by the Dividing Cubes 3D
surface construction program. They contain 8 bit pixels.
The naming convention is prefix.n, where n is the slice
number.
SUPERCLASS
mio
INSTANCE VARIABLES
none
MESSAGES
filename?
returns the filename for the current slice.
range? returns the minimum and maximum intensities.
resolution?
returns the resolution.
EXAMPLE
/* read a 3d slice */
mio_3d new: mio_name
prefix= "/home/mydisk/myname/volumename"
slice= 10
read!;
SEE ALSO
mio, mio_8bit
Please send comments and suggestions toconsult@rpi.edu