[ Previous | Next | Contents | Glossary | Home | Search ]
The graPHIGS Programming Interface: ISO PHIGS Subroutine Reference

Chapter 8. Structure Archiving Subroutines

The subroutines included in this section let your application program manipulate structure archive files. Invoke these subroutines to:

ARCHIVE ALL STRUCTURES (PHOP,*,*,AROP)

Purpose

Use Archive All Structures to store all structures from the structure store into the specified open archive file.

If any of the specified structures in the structure store already exists in the archive file, then the graPHIGS API resolves the conflict according to the value of the archive conflict resolution flag specified by the Set Conflict Resolution subroutine.

Language Bindings

C

par_all_structs (archive_id)

Input Parameters

Pint archive_id
Archive file identifier.

FORTRAN

PARAST (afid)

Input Parameters

integer afid
Archive file identifier.

Errors

7
Function Requires State (PHOP,*,*,AROP)
404
Specified Archive File Is Not Open
405
Name Conflict Occurred, Conflict Resolution Flag = Abandon
406
Warning, Archive File Is Full

Related Subroutines

  • Archive Structure Networks

  • Archive Structures

  • Set Conflict Resolution


  • [ Previous | Next | Contents | Glossary | Home | Search ]