ITT Rule IDL Version 7.0 User Manual Page 231

  • Download
  • Add to my manuals
  • Print
  • Page
    / 430
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 230
Chapter 9: Creating a File Reader 231
iTool Developer’s Guide Predefined iTool File Readers
Predefined iTool File Readers
The iTool system distributed with IDL includes a number of predefined file readers.
You can include these file readers in an iTool directly by registering the class with
your iTool (as described in “Registering a File Reader” on page 245). You can also
create a new file reader class based on one of the predefined classes.
IDLitReadASCII
The iTools ASCII file reader uses the IDL READ_ASCII and ASCII_TEMPLATE
functions to read data from an ASCII file into an IDL variable or variables. It presents
a wizard interface that allows the user to define the structure of the data in the ASCII
file and specify which data should be included.
Registered Properties
None
IDLitReadBinary
The iTools Binary file reader uses the IDL READ_BINARY and
BINARY_TEMPLATE functions to read data from a binary data file into an IDL
variable or variables. It presents a wizard interface that allows the user to define the
structure of the data in the binary file and specify which data should be included.
Registered Properties
TEMPLATE — A template structure (previously defined by the
BINARY_TEMPLATE function) describing the file to be read.
IDLitReadBMP
The iTools BMP file reader uses the IDL READ_BMP function to read a *.bmp file
and place the image data in an iTool image data object.
Registered Properties
None
IDLitReadDICOM
The iTools DICOM reader uses the IDL READ_DICOM function to read a *.dcm
and place the image data in an iTool image data object.
Page view 230
1 2 ... 226 227 228 229 230 231 232 233 234 235 236 ... 429 430

Comments to this Manuals

No comments