Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pdel_elem_range(3g) — PHIGS 5.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

pdel_elem_range(3g)  —  Subroutines

Name

pdel_elem_range − Deletes a range of elements. 

Operating States: PHOP, ∗, STOP, ∗
PHIGS standard function

Syntax

void pdel_elem_range (
  Pint    start_elem,   /∗ (I) First element in the range ∗/
  Pint    end_elem      /∗ (I) Last element in the range ∗/
)

Description

pdel_elem_range deletes a range of elements, from the first specified pointer value to the second specified pointer value, inclusive.  Digital PHIGS updates the element pointer to point to the element preceding the deleted elements. 

If a pointer value is less than 1, Digital PHIGS uses a value of 1.  If a pointer value is greater than the number of elements in the structure, Digital PHIGS uses a value equal to the last element in the structure. 

See Also

pdel_elem
pdel_elems_labels
pempty_struct
popen_struct

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026