<<<<<<<<<<<<<<<<<

mio_2d(mio) Volume I/O mio_2d(mio)

NAME

mio_2d - 2d image I/O

DESCRIPTION

This class reads images that are in the 2d, noheader file format. The files contain 16 bit pixels and have their bytes stored in VAX order. The bytes are swapped before these images are displayed. The naming convention for 2d, no header files is prefix.n, where n is the image number.

SUPERCLASS

mio_16bit

INSTANCE VARIABLES

none

MESSAGES

low_level_read reads the raw slice data for the specified slice and prefix. Internal.

filename? returns the filename for the current slice.

resolution? returns the resolution.

EXAMPLE

/* read a 2d slice */

mio_2d new: mio_name prefix= "/home/mydisk/myname/volumename" slice= 10 read!;

SEE ALSO

mio, mio_16bit


Please send comments and suggestions to
consult@rpi.edu