pe_set_appl_float(3g) — Subroutines
Name
pe_set_appl_float − Sets the selected application attribute to the specified real number value.
Operating States: PHOP, ∗, STOP, ∗
Digital PHIGS extension function
Creates a structure element
Syntax
void pe_set_appl_float (
Pint appl_id, /∗ (I) Application identifier ∗/
Ploat appl_value /∗ (I) Application value ∗/
)
Description
pe_set_appl_float sets the selected application attribute to the specified value. To determine the current application real attributes, use the PTEST_APPL_REAL_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 real attribute element.
During structure traversal, Digital PHIGS sets the current application real 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_int