Manual de instrucciones de ITT Rule IDL Version 7.0

Manual de instrucciones del aparato ITT Rule IDL Version 7.0

Aparato: ITT Rule IDL Version 7.0
Categoría: Accesorios para ordenador
Fabricante: ITT Rule
Tamaño: 2.93 MB
Fecha de añadido: 12/15/2013
Número de páginas: 430
Imprimir el manual

Descargar

¿Cómo se utiliza?

Nuestro propósito es proporcionarte el acceso más rápido posible a los contenidos incluidos en los manuales de instrucciones del aparato ITT Rule IDL Version 7.0. Utilizando la vista previa online, puedes ver rápidamente el índice de contenidos y pasar a la página donde encontrarás la solución a tu problema con ITT Rule IDL Version 7.0.

Para tu comodidad

Si ver los manuales de instrucción de ITT Rule IDL Version 7.0 directamente en esta página no es cómodo para ti, puedes utilizar dos soluciones posibles:

  • Vista en pantalla completa – Para ver cómodamente los manuales de instrucciones (sin descargarlos en tu ordenador) puedes utilizar el modo de vista en pantalla completa. Para activar la vista del manual ITT Rule IDL Version 7.0 en pantalla completa, utiliza el botón Pantalla completa
  • Descargar al ordenador – también puedes descargar el manual de instrucciones de ITT Rule IDL Version 7.0 a tu ordenador y guardarlo en tu colección. Sin embargo, si no quieres ocupar espacio en tu dispositivo, siempre podrás descargarlo de ManualsBase.
ITT Rule IDL Version 7.0 Manual de instrucciones - Online PDF
Advertisement
« Page 1 of 430 »
Advertisement
Versión impresa

Muchas personas prefieren no leer el documento en la pantalla, sino en versión impresa. La opción de impresión también está prevista y puedes utilizarla haciendo clic en el enlace más arriba - Imprimir el manual. No tienes que imprimir el manual completo de ITT Rule IDL Version 7.0, solo las páginas que elijas. Ahorra papel.

Resúmenes

A continuación encontrarás resúmenes de los contenidos incluidos en las páginas posteriores del manual de instrucciones para ITT Rule IDL Version 7.0. Puedes utilizarlos si quieres ver rápidamente el contenido que se encuentra en la siguientes páginas del manual.

Resúmenes de contenidos
Resumen del contenido incluido en la página 1

iTool
Programming
IDL Version 7.0
November 2007 Edition
Copyright © ITT Visual Information Solutions
All Rights Reserved
1107IDL70ITD

Resumen del contenido incluido en la página 2

Restricted Rights Notice ® The IDL®, IDL Analyst™, ENVI , and ENVI Zoom™ software programs and the accompanying procedures, functions, and documentation described herein are sold under license agreement. Their use, duplication, and disclosure are subject to the restrictions stated in the license agreement. ITT Visual Information Solutions reserves the right to make changes to this document at any time and without notice. Limitation of Warranty ITT Visual Information Solutions makes no warrant

Resumen del contenido incluido en la página 3

Contents Chapter 1 Overview of iTools ................................................................................... 9 What are iTools? ............................................................................................................. 10 What is the iTools Component Framework? ................................................................... 11 About this Manual ........................................................................................................... 12 About

Resumen del contenido incluido en la página 4

4 Registering Components .................................................................................................. 38 iTool Messaging System .................................................................................................. 41 System Resources ............................................................................................................ 44 Chapter 3 Data Management ................................................................................. 51 Overview

Resumen del contenido incluido en la página 5

5 Chapter 6 Creating a Visualization ...................................................................... 113 Overview of iTool Visualization Types ........................................................................ 114 Predefined iTool Visualization Classes ......................................................................... 115 Creating a New Visualization Type .............................................................................. 121 Registering a Visualization Type ......

Resumen del contenido incluido en la página 6

6 Creating a New File Reader ........................................................................................... 234 Registering a File Reader ............................................................................................... 245 Unregistering a File Reader ........................................................................................... 246 Example: TIFF File Reader ........................................................................................... 248 Cha

Resumen del contenido incluido en la página 7

7 Chapter 14 Creating a User Interface Panel ......................................................... 311 Overview of the iTool UI Panel .................................................................................... 312 Creating a UI Panel Interface ........................................................................................ 313 Creating Callback Routines ........................................................................................... 318 Registering a UI Panel ....

Resumen del contenido incluido en la página 8

8 Appendix B iTool Compound Widgets .................................................................. 397 Overview of iTools Compound Widgets ....................................................................... 398 CW_ITMENU ................................................................................................................ 399 CW_ITPANEL .............................................................................................................. 404 CW_ITSTATUSBAR .............

Resumen del contenido incluido en la página 9

Chapter 1 Overview of iTools This chapter provides an overview of the IDL iTool Component Framework. What are iTools? . . . . . . . . . . . . . . . . . . . . . 10 About the iTools Code Base . . . . . . . . . . . . 13 What is the iTools Component Framework? 11 Skills Required to Use the iTools Component Framework . . . . . . . . . . . . . . . . . . . . . . . . . 15 About this Manual . . . . . . . . . . . . . . . . . . . . 12 iTool Developer’s Guide 9

Resumen del contenido incluido en la página 10

10 Chapter 1: Overview of iTools What are iTools? IDL Intelligent Tools, or iTools, are applications written in IDL to perform a variety of data analysis and visualization tasks. iTools share a common underlying application framework, presenting a full-featured, customizable, application-like user interface with menus, toolbars, and other graphical features. Several predefined iTools are provided along with IDL; you can use these tools to explore and visualize your data without writing any

Resumen del contenido incluido en la página 11

Chapter 1: Overview of iTools 11 What is the iTools Component Framework? The iTools component framework is a set of object class definitions written in the IDL language. It is designed to facilitate the development of sophisticated visualization tools by providing a set of pre-built components that provide standard features including:  creation of visualization graphics  mouse manipulations of visualization graphics  annotations  management of visualization and application properties  un

Resumen del contenido incluido en la página 12

12 Chapter 1: Overview of iTools About this Manual The iTool Developer’s Guide describes the IDL iTools component framework and provides examples of its use. After reading this manual, you will understand how to use the component framework to create your own intelligent tools. This manual is divided into three parts: Part I: Understanding the iTools Component Framework This section describes the iTools component framework in conceptual terms, and outlines some of the processes you will use in

Resumen del contenido incluido en la página 13

Chapter 1: Overview of iTools 13 About the iTools Code Base The iTools component framework is written almost entirely in the IDL language. The IDL code that implements both the component framework and all of the standard iTools included with IDL is available for you to inspect, copy, and learn from. To inspect the iTools code, look in the lib/itools subdirectory of your IDL installation directory. The iTools code base is organized as follows: In thelib/itools directory you will find code th

Resumen del contenido incluido en la página 14

14 Chapter 1: Overview of iTools  The core iTool component framework classes used to build individual iTools, visualization types, operations, etc. are formally documented in the IDL Reference Guide and discussed in detail in this manual. If an object class, method, or property is necessary for the construction of a new iTool or component of an iTool, it is formally documented in the IDL Reference Guide or in this manual. Core iTool framework classes are located in the lib/itools/framewor

Resumen del contenido incluido en la página 15

Chapter 1: Overview of iTools 15 Skills Required to Use the iTools Component Framework The iTools component framework consists of a set of IDL object classes, supplemented by utility routines. If you are already familiar with the concepts of object-oriented programming, or have written programs that use IDL object graphics, you will find the iTools framework easy to understand and use. The framework approach means that most of the details of creating a full-featured and usable application

Resumen del contenido incluido en la página 16

16 Chapter 1: Overview of iTools Skills Required to Use the iTools Component Framework iTool Developer’s Guide

Resumen del contenido incluido en la página 17

Part I: Understanding the iTools Component Framework

Resumen del contenido incluido en la página 18

Resumen del contenido incluido en la página 19

Chapter 2 iTool System Architecture This chapter describes the iTool component framework architecture. Overview of the iTool System Architecture 20 Registering Components . . . . . . . . . . . . . . 38 iTools Object Model Diagram . . . . . . . . . . . 21 iTool Messaging System . . . . . . . . . . . . . . 41 iTool Object Identifiers . . . . . . . . . . . . . . . . 28 System Resources . . . . . . . . . . . . . . . . . . . . 44 iTool Object Hierarchy . . . . . . . . . . . . . . . . 31 iToo

Resumen del contenido incluido en la página 20

20 Chapter 2: iTool System Architecture Overview of the iTool System Architecture The iTool system architecture is designed to maintain a separation between the functionality provided by an iTool and the graphical presentation layer that reveals that functionality to an iTool user (the iTool user interface). Such a separation allows for the creation of different user interfaces for the same underlying functionality; while the initial iTool user interface has been created using IDL widgets, i


Manuales de instrucciones similares
# Manual de instrucciones Categoría Descargar
1 Sony VGC-RB50(G) Manual de instrucciones Accesorios para ordenador 1
2 Sony Movie Studio HD Platinum Suite 11 MSPSMS11000 Manual de instrucciones Accesorios para ordenador 177
3 Sony Hi-MD Walkman MCMD-R1 Manual de instrucciones Accesorios para ordenador 7
4 Sony Sound Forge V.10.0 Pro SF-10000 Manual de instrucciones Accesorios para ordenador 435
5 Sony Rechargable Battery Pack VGP-BPSC31 Manual de instrucciones Accesorios para ordenador 23
6 Sony SMP-N100 Manual de instrucciones Accesorios para ordenador 10
7 Sony VGP-BPS13 Manual de instrucciones Accesorios para ordenador 1
8 Sony VGP-BPS22A Manual de instrucciones Accesorios para ordenador 2
9 Sony Walkman NWZ-S616F Manual de instrucciones Accesorios para ordenador 48
10 Philips SBCAC250/00 Manual de instrucciones Accesorios para ordenador 0
11 Sony Rechargable Battery Pack VGPBPSC31 Manual de instrucciones Accesorios para ordenador 1
12 Philips SBCAC250 Manual de instrucciones Accesorios para ordenador 0
13 Sony Walkman NWZ-S615F Manual de instrucciones Accesorios para ordenador 21
14 Philips FR-996 Manual de instrucciones Accesorios para ordenador 514
15 Sony SGPAC10V1 AC Adapter SGPAC10V1 Manual de instrucciones Accesorios para ordenador 17