Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pdel_struct_net(3g) — PHIGS 5.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

pdel_struct_net(3g)  —  Subroutines

Name

pdel_struct_net − Deletes the structures of a structure network. 

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

Syntax

void pdel_struct_net (
  Pint          struct_id,    /∗ (I) Structure identifier ∗/
  Pref_flag     ref_flag      /∗ (I) Reference handling mode ∗/
)

Data Structures

typedef enum {
    PFLAG_DEL,    /∗ Delete all structures in the network. ∗/
    PFLAG_KEEP    /∗ Keep the structures in the network that are referenced
                     outside the specified network. ∗/
} Pref_flag;

Description

pdel_struct_net deletes the structures of the specified structure network, starting with the specified structure. 

If the specified reference handler flag is PFLAG_KEEP, the structures referenced by structures outside the structure network are retained.  The exception is the specified structure, which is always deleted. 

If the specified reference handler flag is PFLAG_DEL, the result of the function is the same as if pdel_struct were called to delete each structure in the network. 

See Also

pdel_all_structs
pdel_struct
pdel_struct_nets_ar
pinq_struct_ids

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