List of Examples

| Table of Contents | List of Figures | List of Examples | List of Tables |

Example 1-1. Sample Program (in C++) Using X Window Management
Example 1-2. Sample Program (in C) Using X Window Management
Example 3-1. Opening an Image File and Reading Data
Example 5-1. A Simple Interactive Display Program
Example 5-2. A More Complicated Interactive Display Program
Example 6-1. Typical Header for a Class Derived From ilOpImg
Example 6-2. Typical Constructor for a Class Derived From ilOpImg
Example 6-3. The resetOp() Function of ilMonadicImg
Example 6-4. A Request-Processing Implementation for a Class Derived From ilOpImg
Example 6-5. Computing the Pixelwise Sum of Two Images
Example 6-6. Implementation of ilArithDoCalc() in ilPowerImg
Example 6-7. Implementation of loadLut() in ilPowerImg
Example 6-8. A Class Derived From ilHistLutImg to Count Pixels
Example 6-9. A Class Derived From ilConvImg to Multiply and Accumulate Data
Example 6-10. Constructor and Member Functions of a Class Derived From ilFMonadicImg to Convert Coordinates
Example 6-11. A Class Derived From ilFDyadicImg to Multiply Two Fourier Images
Example 7-1. Using the Hint Name to Set a Hint
Example 8-1. Makefile for a C++ Program
Example 8-2. Makefile for a C Program
Example C-1. Class Declaration Format
Example E-1. Opening a File
Example E-2. Creating a File
Example E-3. Closing a File
Example E-4. Flushing a Buffer
Example E-5. Reading and Writing Data in the FIT Format
Example E-6. Defining Virtual Functions for Your Image File Format
Example F-1. iflConfig Constructors and Fields
Example F-2. iflLut Constructors and Member Functions
Example G-1. Coding an ELT Application