pe_set_appl_int(3g) — Subroutines
Name
pe_set_appl_int − Sets the selected application attribute to the specified integer value.
Operating States: PHOP, ∗, STOP, ∗
Digital PHIGS extension function
Creates a structure element
Syntax
void pe_set_appl_int (
Pint appl_id, /∗ (I) Application identifier ∗/
Pint appl_value /∗ (I) Application value ∗/
)
Description
pe_set_appl_int sets the selected application attribute to the specified value. To determine the current application integer attributes, use the PTEST_APPL_INTEGER_ATTR test method.
Depending on the current edit mode, this function either inserts the new structure element directly after the element indicated by the pointer or replaces the element indicated by the pointer. The pointer then points to the new set application integer attribute element.
During structure traversal, Digital PHIGS sets the current application integer attribute entry in the PHIGS traversal state list to the specified value.
If Digital PHIGS is in immediate mode, it performs this function immediately, but the function does not create a structure element.
Digital PHIGS Version 4.1 does not support this function.
See Also
pe_cond_exec_struct
pe_cond_incl_struct
pe_cond_return
pe_cond_skip_elems
pe_cond_skip_label
pe_inq_appl_filter
pe_set_appl_filter
pe_set_appl_float