[ Previous | Next | Contents | Glossary | Home | Search ]
The graPHIGS Programming Interface: ISO PHIGS Subroutine Reference

Chapter 4. Miscellaneous Structure Element Subroutines

This section describes subroutines which generate structure elements which are not related to primitives or primitive attributes. The subroutines in this section generate elements which cause structure execution at traversal time, or elements which are used to store application specific information, or generalized structure elements.

APPLICATION DATA (PHOP,*,STOP,*)

Purpose

Use Application Data to insert an application data structure element into the open structure following the element pointer or replace the element pointed at by the element pointer with an Insert Application Data structure element, depending on the current edit mode.

This subroutine allows the insertion of application specific data into a structure element. The graPHIGS API ignores this data during structure traversal.

Language Bindings

C

pappl_data (data)

Input Parameters

const Pdata *data
Application data.

FORTRAN

PAP (ldr, datrec)

Input Parameters

integer ldr
Dimension of data record array.

character*80 datrec(ldr)
Data record.

Errors

5
Function Requires State (PHOP,*,STOP,*)

Related Subroutines

  • None


  • [ Previous | Next | Contents | Glossary | Home | Search ]