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

GPCSR - Set Cull Size Representation

GPCSR (wsid, index, size)

Purpose

Use GPCSR to store a cull size threshold into the specified entry in the workstation's cull size table. Each entry of the cull size table is initially set to a cull size of 0.01. For a complete discussion of conditional structure execution, see The graPHIGS Programming Interface: Understanding Concepts

Parameters

wsid -- specified by user, fullword integer

Workstation identifier.

index -- specified by user, fullword integer

Cull size table index. (>=1)

size -- specified by user, short floating-point number (DC)

Cull size (>=0)

Error Codes

25
SPECIFIED WORKSTATION DOES NOT EXIST
35
WORKSTATION HAS ONLY INPUT CAPABILITIES
278
CULL SIZE INDEX < ONE
279
CULL SIZE INDEX EXCEEDS THE WORKSTATION TABLE CAPACITY
280
CULL SIZE < ZERO

Related Subroutines

GPQCSF
Inquire Cull Size Facilities
GPQCSR
Inquire Cull Size Representation
GPTEX2
Test Extent 2
GPTEX3
Test Extent 3

RCP code

201329419 (X'0C000B0B')


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