JWAVE Wrapper API

DMCopyData Procedure

Usage

Input Parameters

Discussion

Examples

See Also

DMDataExists Function

Usage

Input Parameters

Returned Value

Discussion

Examples

See Also

DMEnumerateData Function

Usage

Input Parameters

Returned Value

Discussion

Examples

See Also

DMGetData Function

Usage

Input Parameters

Returned Value

Discussion

Examples

See Also

DMInit Procedure

Usage

Input Parameters

Discussion


NOTE: Normally, you do not need to run this procedure, because it is run automatically by the PV-WAVE server and by the WRAPPER_TEST_INIT routine.

See Also

DMRemoveData Procedure

Usage

Input Parameters

Discussion

Examples

See Also

DMRenameData Procedure

Usage

Input Parameters

Discussion

Examples

See Also

DMRestore Procedure

Usage

Input Parameters

Keywords

Examples

See Also

DMSave Procedure

Usage

Input Parameters

Keywords

Examples

See Also

DMStoreData Procedure

Usage

Input Parameters

Discussion

Examples

See Also

GETPARAM Function

Usage

Input Parameters


NOTE: The param_name parameter cannot be an array when either the Value or Positional keyword is specified.

Keywords


NOTE: The Keyword_Names keyword cannot be used when either the Value or Positional keyword is specified.

Discussion

Returning Single Values


NOTE: If the param_name parameter is not set by the client, then GETPARAM returns either zero (0) or the value specified with the Default keyword.

Returning Positional Parameters


NOTE: If the param_name parameter to GETPARAM was not set by the client, GETPARAM returns an empty string.

Returning Keyword Parameters


NOTE: If the param_name parameter to GETPARAM was not set by the client, GETPARAM returns an empty string.

Returning All Keyword Parameters


NOTE: Call GETPARAM with the All keyword after you have retrieved all of the positional and value parameters to ensure that you retrieve only the remaining keywords.

TIP: We suggest that you use a param_name array rather than All so that the client cannot accidently send invalid parameters to the JWAVE wrapper function.

Parameters Are Retrieved Once

Notes and Restrictions

Examples

See Also

GET_NAMED_COLOR Function

Usage

Input Parameters

Input Keywords

Output Keywords

Returned Value

Discussion

Managing the Color Table

Figure A-1 A color is retrieved by GET_NAMED_COLOR in the JWAVE wrapper. When LOAD_JWAVECT is called, the named color is loaded into a subset of the specified color table. All remaining colors in the color table are available for use by images.
Figure A-2 Named colors occupy a subset of the color table.
Example 1-1

Notes and Restrictions


TIP: To create a default color, supply a long integer containing red, green, and blue components of the desired color. For example, the color chartreuse is represented by red=127, green=255, and blue=0 (in hex, 7F, FF, and 00). To create this color, use '00ff7f'xL as a constant. In an equation, you can form this constant using PV-WAVE expressions such as:

Examples

See Also

UPDATE_LOG Procedure

Usage

Input Parameters

Keywords

Discussion

WRAPPER_TEST_EXECUTE Procedure

Usage

Parameters

Discussion

Example

See Also

WRAPPER_TEST_GETRETURN Function

Usage

Input Parameters

Returned Value

Discussion

Example

See Also

WRAPPER_TEST_INIT Procedure

Usage

Input Parameters

Discussion

Examples

See Also

WRAPPER_TEST_RETURN_INFO Procedure

Usage

Parameters

Discussion

Example

See Also

WRAPPER_TEST_SETCOLOR Procedure

Usage

Input Parameters

Keywords

Discussion

Example

See Also

WRAPPER_TEST_SETPARAM Procedure

Usage

Input Parameters

Discussion

Example

See Also





Copyright © 1999, Visual Numerics, Inc. All rights reserved.