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

SET HLHSR MODE (PHOP,WSOP,*,*)

Purpose

Use Set HLHSR Mode to set the requested Hidden Line/Hidden Surface Removal (HLHSR) mode in the workstation state list to the value specified.

If the dynamic modification accepted for HLHSR mode in the workstation description table is set to Immediate (IMM), or if the display surface empty entry in the workstation state list is set to EMPTY, then the graPHIGS API sets the current HLHSR mode in the workstation state list to the specified value and sets the HLHSR update state to NOTPENDING. Otherwise, the graPHIGS API sets the HLHSR update state to PENDING and does not change the current HLHSR mode.

Language Bindings

C

pset_hlhsr_mode (ws_id, hlhsr_mode)

Input Parameters

Pint ws_id
Workstation identifier.

Pint hlhsr_mode
HLHSR mode (0=OFF, 1=ON THE FLY).

FORTRAN

PSHRM (wkid, hrm)

Input Parameters

integer wkid
Workstation identifier.

integer hrm
HLHSR mode (0=OFF, 1=ON THE FLY).

Errors

3
Function Requires State (PHOP,WSOP,*,*)
54
Specified Workstation Is Not Open
59
Specified Workstation Does Not Have Output Capability
111
Specified HLHSR Mode Not Available On Workstation

Related Subroutines

  • Inquire HLHSR Identifier Facilities

  • Inquire HLHSR Mode Facilities

  • Set HLHSR Identifier


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