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

SET POLYMARKER REPRESENTATION (PHOP,WSOP,*,*)

Purpose

Use Set Polymarker Representation to set the given attribute values in the specified entry of the polymarker bundle table.

Language Bindings

C

pset_marker_rep (ws_id, marker_ind, marker_bundle)

Input Parameters

Pint ws_id
Workstation identifier.

Pint marker_ind
Polymarker bundle index (>=1).

const Pmarker_bundle *marker_bundle
Polymarker representation.

FORTRAN

PSPMR (wkid, pmi, mtype, mszsf, coli)

Input Parameters

integer wkid
Workstation identifier.

integer pmi
Polymarker bundle index (>=1).

integer mtype
Marker type (1=PPOINT, 2=PPLUS, 3=PAST, 4=POMARK, 5=PXMARK).

real mszsf
Marker size scale factor.

integer coli
Polymarker color index (>=0).

Errors

3
Function Requires State (PHOP,WSOP,*,*)
54
Specified Workstation Is Not Open
59
Specified Workstation Does Not Have Output Capability
100
Bundle Index Value Is Less Than One
103
Exceeded Maximum Number Of Workstation Bundle Table Entries
105
Specified Marker Type Not Available On Workstation
113
Color Index Value < ZERO

Related Subroutines

  • Inquire Polymarker Representation

  • Set Color Model

  • Set Individual ASF

  • Set Marker Size Scale Factor

  • Set Polymarker Color Index

  • Set Polymarker Index


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