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

DELETE ELEMENT (PHOP,*,STOP,*)

Purpose

Use Delete Element to delete the element indicated by the element pointer from the open structure. The element pointer moves to the element immediately preceding the deleted element. If the element pointer is zero, then the graPHIGS API deletes nothing and the element pointer does not move.

Language Bindings

C

pdel_elem ()

FORTRAN

PDEL

Errors

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

Related Subroutines

  • None


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