Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ par_struct_nets(3g) — PHIGS 5.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

par_struct_nets(3g)  —  Subroutines

Name

par_struct_nets − Specifies the archive file identifier and the list of structure identifiers for the networks to be archived. 

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

Syntax

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

Data Structures

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

Description

par_struct_nets specifies the archive file identifier and the list of structure identifiers for the networks to be archived. 

  This function stores the specified structure network or network list in the specified archive file.  The value of the archive conflict resolution flag (MAINTAIN, ABANDON, or UPDATE) in the PHIGS state list determines how the function treats existing structures and structure descendants encountered in the specified archive file. 

If a specified structure or any of its descendants is open, the function operation closes that structure, archives it, and then reopens it in the CSS.  If a structure does not exist, you receive a warning message, and no other action is taken for that structure network. 

See Also

par_all_structs
par_structs
pdel_struct_net
pinq_all_conf_structs
pinq_conf_res
pinq_conf_structs_net
popen_ar_file
pret_struct_nets
pset_conf_res

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