Previous Next Up Title Contents Index Functions Index Top Library

RETRIEVE ALL STRUCTURES

PRET_ALL_STRUCTS


CALL SEQUENCE

void pret_all_structs(
)

PHIGS STATE

(PHOP, *, *, AROP).

EFFECT

All the structures of the archive archive_id are copied from the archive to the centralized structure store (CSS).

If the identifier of one of the structures is already present in the CSS, then the conflict is processed according to the retrieval conflict resolution flag which can be:

- MAINTAIN : Structure already present in the CSS is maintained.

- ABANDON : Saving operation abandoned for conflicting structure.

- UPDATE : Structure already present in the CSS is overwritten by the new one.

ERRORS

7
Ignoring function, function requires state (PHOP, *, *, AROP)
404
Ignoring function, the specified archive file is not open
405
Ignoring function, name conflict occurred while conflict resolution flag has value ABANDON

SEE ALSO

open archive file, archive all structures, retrieve structures identifiers, retrieve structure, retrieve structure network, retrieve paths to ancestors, retrieve paths to descendant, delete all structures from archive


Previous Next Up Title Contents Index Functions Index Top Library