ITT Rule IDL Version 7.0 Manual de usuario Pagina 62

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 430
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 61
62 Chapter 3: Data Management
Parameters iTool Developers Guide
method of the IDLitParameter class (of which iTool visualization classes are a
subclass):
self->RegisterParameter,
ParmameterName
, $
TYPES = ['
DataType1
', ..., '
DataTypeN
']
where ParameterName is a string that defines the name of the parameter and the
TYPES keyword is set equal to a string or array of strings specifying the iTool system
data types the parameter can represent. (See iTool Data Types on page 54 for
information on iTools data types.)
A typical parameter registration call looks like the following:
self->RegisterParameter, 'Y', /INPUT, TYPES='IDLVECTOR', /OPTARGET
Here, the string argument Y is the name of the parameter being registered. The
INPUT keyword specifies that
Y is an input parameter (specified by the method’s
caller), the TYPES keyword specifies that
Y is a vector, and the OPTARGET
keyword specifies that operations can be performed on the
Y vector.
Additional keywords can be set in the call to RegisterParameter. See the
documentation for “IDLitParameter::RegisterParameter” (IDL Reference Guide) for
additional details.
Vista de pagina 61
1 2 ... 57 58 59 60 61 62 63 64 65 66 67 ... 429 430

Comentarios a estos manuales

Sin comentarios