pe_begin_struct(3g) — Subroutines
Name
pe_begin_struct − Simulates the first part of the pexec_struct function.
Operating States: PHOP, WSOP, STCL, ∗
Digital PHIGS extension function
Syntax
void pe_begin_struct (
Pint stid /∗ (I) Identifier of the structure to push ∗/
)
Description
pe_begin_struct simulates the first part of the pexec_struct function. Specifically, pe_begin_struct does the following:
1Saves the current PHIGS traversal state list
2Pushes the specified structure identifier onto the current structure name stack
3Initializes the current element offset
4Sets the global transformation to be the global matrix concatenated with the local matrix
5Initializes the current local transformation to the identity matrix You must call pe_begin_rend before you call pe_begin_struct.
See Also
pe_begin_rend
pe_end_rend
pe_end_struct
pexec_struct