Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pdel_elems_labels(3g) — PHIGS 5.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

pdel_elems_labels(3g)  —  Subroutines

Name

pdel_elems_labels − Deletes the elements between the specified first and second labels. 

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

Syntax

void pdel_elems_labels (
  Pint    start_label,    /∗ (I) First label in the range ∗/
  Pint    end_label       /∗ (I) Last label in the range ∗/
)

Description

pdel_elems_labels deletes the elements between the specified first and second labels.  The specified labels are not deleted.  (Use the pdel_elem function to delete a label element.) 

This function initiates a search, as it would in a pset_elem_ptr_label operation, in the following manner:

1It searches for the first label identifier, starting at the element pointer position. 

2It searches for the second label identifier, starting with the element following the first label identifier. 

If either of the specified labels does not exist in the search range, the operation generates an error condition and no elements are deleted. 

See Also

pdel_elem
pdel_elem_range
pempty_struct
plabel
popen_struct
pset_elem_ptr
pset_elem_ptr_label

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