Previous Next Up Title Contents Index Functions Index Top Library

APPLICATION DATA

PAP


CALL SEQUENCE

CALL PAP (LDR, DATREC)

INPUT PARAMETERS

INTEGER LDR
Number of records.
CHARACTER*80 DATREC
Records data specific to the application.

PHIGS STATE

(PHOP, *, STOP, *).

EFFECT

APPLICATION DATA stores data specific to the application in the open structure.

An APPLICATION DATA element is inserted in the open structure after element pointer or replaces the element indicated by element pointer, depending on edit mode. Element pointer then points to the APPLICATION DATA element. The value specified by DATREC is associated with the element.

This type of element is not interpreted during traversal.

EXTENSION TO THE PHIGS STANDARD

If GPHIGS is in NRS mode, the effect of this function is different from the effect described in the standard.

In NRS mode, (see OPEN PIPE), the element is not stored in a structure. It is sent to the workstation on which the pipe is opened.

ERRORS

5
Ignoring function, function requires state (PHOP,*, STOP,*)

SEE ALSO

open structure, open pipe (ext), inquire current element content, inquire current element type and size


Previous Next Up Title Contents Index Functions Index Top Library