mio_to_sv_ip(sv_ip) SunVision IP mio_to_sv_ip(sv_ip)
NAME
mio_to_sv_ip - convert mio data into sv_ip form
DESCRIPTION
The mio_to_sv_ip object converts 8- or 16-bit mio data
into sv_ip form, suitable for input to other sv_ip filters. 8-bit data is converted into ipBYTE and 16-bit data
is converted into ipSHORT. Currently, no other data types
can be used as input.
SUPERCLASS
sv_ip_filter
INSTANCE VARIABLES
No new instance variables.
MESSAGES
No new messages.
EXAMPLE
mio_pgm new: car
prefix=`gruppeb'
compute_number_slices!
slice=1
;
mio_to_sv_ip new: ip
data_in=`car'
;
sv_ip_display new: image
data_in=`ip'
title=`Porsche Gruppe B'
render!
;
SEE ALSO
sv_ip_filter, sv_ip
Please send comments and suggestions toconsult@rpi.edu