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

mio_2d_sun(mio) Medical I/O mio_2d_sun(mio)

NAME

mio_2d_sun - 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 SUN order. The naming convention for 2d, no header files is prefix.n, where n is the image number.

SUPERCLASS

mio_2d

INSTANCE VARIABLES

none

MESSAGES

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

EXAMPLE

/* read a 2d slice */

mio_2d_sun 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