Module #02.01.02.03 : Global structure deletion

All PVT documentation can be found under PHIGS Validation Tests - Overview. You may also return to the hierarchical table of topics covered by the PVT. For an explanation of the format of the individual module documentation, please see section 2.5 of the User's Guide.


DESCRIPTION: This module tests the global deletion of structures using
<delete all structures>.


SEMANTIC REQUIREMENTS:


SR1. <Delete all structures> removes all closed structures from the CSS.
#F 128
#D 7.1 4.5
#S 4.4.5/29/7
#T P01/1 P02/1

SR2. <Delete all structures> with an open structure causes the structure to exist as an open, empty structure in the CSS.
#F 128
#D 7.1 4.2 4.5
#S 4.4.5/29/7
#T P02/2 P02/3

LOCAL DICTIONARY:

  Functions ---
  128: pdas    <delete all structures>
 
  Data Structures ---
  4  ...  phigs_state_list
  4.2  ...  name_of_open_structure
  4.5  ...  list_of_structure_identifiers
  7  ...  structure_state_list
  7.1  ...  structure_identifier
 


PROGRAM 1: Deletion of all closed structures

You may inspect either the design or code for this program.


PROGRAM 2: Deletion of all structures with an open structure

You may inspect either the design or code for this program.

End of documentation for 02.01.02.03