Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pdel_struct_nets_ar(3g) — PHIGS 5.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

pdel_struct_nets_ar(3g)  —  Subroutines

Name

pdel_struct_nets_ar − Deletes a structure network or list of structure networks from the specified archive file. 

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

Syntax

void pdel_struct_nets_ar (
  Pint               archive_id,   /∗  (I) Archive file identifier ∗/
  const Pint_list   ∗struct_ids    /∗  (I) List of structure network
                                           identifiers ∗/
)

Data Structures

typedef struct {
    Pint      num_ints;  /∗ number of Pints in the list ∗/
    Pint     ∗ints;      /∗ list of integers ∗/
} Pint_list;

Description

pdel_struct_nets_ar deletes the specified structure network or list of structure networks from the specified archive file.  If a specified structure network does not exist, the function takes no action for that structure network. 

The function does not check for references to other structures in the archive file.  To check for references before you execute this delete function, use the pinq_paths_ances and pinq_paths_descs functions. 

See Also

pdel_all_structs_ar
pdel_structs_ar
popen_ar_file

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