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

COPY ALL ELEMENTS FROM STRUCTURE (PHOP,*,STOP,*)

Purpose

Use Copy All Elements From Structure to copy the elements from the specified structure into the open structure following the current element pointer. The element pointer moves to the last element copied into the open structure.

If the structure you copy references the open structure (by the use of an execute structure-type element), then the graPHIGS API issues an implementation error message (-125) and does not perform the copy.

Language Bindings

C

pcopy_all_elems_struct (struct_id)

Input Parameters

Pint struct_id
Structure identifier.

FORTRAN

PCELST (strid)

Input Parameters

integer strid
Structure identifier.

Errors

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

Related Subroutines

  • Execute Structure


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