|
IDL Reference Guide: iTools Object Classes |
|
The IDLitReader class defines the interface used to construct file readers for the iTools framework. Objects of this class are not intended to be created as standalone entities; rather, this class should be included as the superclass of an iTool file reader class.
This class is written in the IDL language. Its source code can be found in the file idlitreader__define.pro in the lib/itools/framework subdirectory of the IDL distribution.
| Note See the iTools Object Model Diagram for a visual representation of the iTools object model hierarchy. |
See IDLitReader::Init.
Objects of this class do not have any properties of their own, but do have properties inherited from any superclasses.
This class has the following methods:
In addition, this class inherits the methods of its superclasses.
See Creating a File Reader for examples using this class and its methods.
IDL Online Help (March 06, 2007)