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

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

Purpose

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

This structure element specifies an entry in the workstation's interior bundle table. The entry contains attribute settings for interior style, interior style index, and color. At structure traversal time, the graPHIGS API uses these attribute settings to render all subsequent fill area and fill area set primitives for those attributes when the aspect source flag is set to BUNDLED (Set Individual ASF).

The traversal default value for interior index is 1.

If the workstation does not support the specified interior index or the specified index is outside the interior table size, then the interior index defaults to a value of 1.

Language Bindings

C

pset_int_ind (int_ind)

Input Parameters

Pint int_ind
Interior index (>=1).

FORTRAN

PSII (ii)

Input Parameters

integer ii
Interior index (>=1).

Errors

5
Function Requires State (PHOP,*,STOP,*)
100
Bundle Index Value Is Less Than One

Related Subroutines

  • Inquire Interior Representation

  • Inquire Workstation State Table Lengths

  • Set Interior Representation


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