Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pset_view_tran_in_pri(3g) — PHIGS 5.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

pset_view_tran_in_pri(3g)  —  Subroutines

Name

pset_view_tran_in_pri − Sets the input priority for a view transformation. 

Operating States: PHOP, WSOP, ∗, ∗
PHIGS standard function

Syntax

void pset_view_tran_in_pri (
  Pint              wsid,         /∗ (I) Workstation identifier ∗/
  Pint              index,        /∗ (I) View index ∗/
  Pint              ref_view_ind, /∗ (I) Reference view index ∗/
  Prel_pri          rel_pri       /∗ (I) Relative priority ∗/
)

Data Structures

typedef enum {
    PPRI_HIGHER,     /∗ higher priority ∗/
    PPRI_LOWER       /∗ lower priority ∗/
} Prel_pri;

Description

pset_view_tran_in_pri lets you establish an input priority for a view transformation other than the one it would be assigned under the default system.  (See Getting Started with DEC PHIGS for information on how the priority of the transformation is used in locator and stroke input.) Under the default priority system, the view defined by view index 0 has the highest priority, 1 has the second highest priority, and so on.  The specified relative priority flags tell PHIGS if the affected view will have a higher or lower priority than that of the specified reference view index. 

If the specified view index value is the same as the specified reference view index, the function has no effect. 

See Also

pinq_list_view_inds
pe_inq_ext_view_rep3
pe_set_view_disp_pri
pset_view_ind
pset_view_rep3

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026