[ 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:
- open/close archive files
- create structures and structure hierarchies in an archive file
- delete structures and structure hierarchies in an archive file
- set conflict resolution flags
- receive structure identifier and structure path information
from an archive file
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) |
Pint archive_idArchive file identifier.
FORTRAN
integer afidArchive 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 ]