The HIGZ system is subdivided into three main sets of functions:
The IG... and the I... functions act on the screen and/or on the data structure in main storage. All graphics functions producing a graphics object are able to direct the output:
These actions are controlled by a switch set by the routine IGZSET.
The IZ... functions are the memory management functions. They act on the data structure in main storage and on the data stored on disk. This is particularly useful during an interactive session, as the user is able to ``replay'' pictures previously created, with no need to recall the application program, but just accessing the picture data base.
These two sets of functions are described pictorially on the figure [more info].
Figure: Structure of the HIGZ system.