[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]
The graPHIGS Programming Interface: ISO PHIGS Subroutine Reference
SET VIEW TRANSFORMATION INPUT PRIORITY
(PHOP,WSOP,*,*)
Purpose
Use
Set View Transformation Input Priority
to modify the input priority of the specified view
in relation to another view on the specified workstation.
If the specified view index is the same as the reference
view index, then this function has no effect.
This subroutine only changes the input priority of a view.
The display surface shows no visual changes.
Language Bindings
C
pset_view_tran_in_pri
(ws_id, view_ind,
ref_view_ind, rel_pri) |
Pint ws_idWorkstation identifier.
Pint view_indView index (>=0).
Pint ref_view_indReference view index (>=0).
Prel_pri rel_priRelative priority
(0=PPRI_HIGHER, 1=PPRI_LOWER).
FORTRAN
PSVTIP
(wkid, viewi, rfvwix,
relpri) |
integer wkidWorkstation identifier.
integer viewiView index (>=0).
integer rfvwixReference view index (>=0).
integer relpriRelative priority
(0=PHIGHR, 1=PLOWER).
Errors
- 3
- Function Requires State (PHOP,WSOP,*,*)
- 54
- Specified Workstation Is Not Open
- 57
- Specified Workstation Is Of Category MI
- 114
- View Index Value < ZERO
- 101
- Specified Representation Has Not Been Defined
Related Subroutines
Inquire List Of View Indices
[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]