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

GPAID - Set Antialiasing Identifier

GPAID (antid)

Purpose

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

During structure traversal, the graPHIGS API sets the antialiasing identifier entry of graPHIGS API traversal state list to the value specified by the parameter. To create subsequent output primitives, use this value. This value supplies antialiasing information to the workstation.

The traversal default for the antialiasing identifier is 1=NONE

If the workstation does not support the specified antialiasing identifier, then the antialiasing identifier defaults to 1=NONE

Parameters

antid -- specified by user, fullword integer

Antialiasing identifier (1=NONE, 2=PERFORM )

Error Codes

5
FUNCTION REQUIRES STATE STOP OR NROP (NOT STCL)
252
ANTIALIASING IDENTIFIER IS INVALID

Related Subroutines

GPQAMO
Inquire Available Antialiasing Modes
GPQCVR
Inquire Current View Representation
GPQRVR
Inquire Requested View Representation
GPXVR
Set Extended View Representation

RCP code

201343242 (X'0C00410A')


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