[ Previous | Next | Contents | Glossary | Home | Search ]
The graPHIGS Programming Interface: ISO PHIGS Subroutine Reference

SET VIEW INDEX (PHOP,*,STOP,*)

Purpose

Use Set View Index to insert a Set View Index structure element into the open structure following the element pointer or replace the element pointed at by the element pointer with a Set View Index structure element, depending on the current edit mode.

This structure elements specifies an entry in the workstation's text bundle table. The entry contains attribute settings for the view orientation matrix, view mapping matrix, viewport boundaries, and viewport clipping indicators. At structure traversal time, the graPHIGS API uses these attribute settings to render all subsequent output primitives.

The traversal default for the view index is entry 0 of the workstations's view table.

Language Bindings

C

pset_view_ind (view_ind)

Input Parameters

Pint view_ind
View index (>=0).

FORTRAN

PSVWI (viewi)

Input Parameters

integer viewi
View index (>=0).

Errors

5
Function Requires State (PHOP,*,STOP,*)
114
View Index Value < ZERO

Related Subroutines

  • Set View Representation

  • Set View Representation 3

  • [ Previous | Next | Contents | Glossary | Home | Search ]