ITT Rule IDL Version 7.0 Manuel d'utilisateur Page 62

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 430
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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.
Vue de la page 61
1 2 ... 57 58 59 60 61 62 63 64 65 66 67 ... 429 430

Commentaires sur ces manuels

Pas de commentaire