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

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

Purpose

Use Set Edge Representation to set the given attribute values in the specified entry of the edge bundle table for the specified workstation.

Language Bindings

C

pset_edge_rep (ws_id, edge_ind, edge_bundle)

Input Parameters

Pint ws_id
Workstation identifier.

Pint edge_ind
Edge bundle index (>=1).

const Pedge_bundle *edge_bundle
Edge representation.

FORTRAN

PSEDR (wkid, edi, edflag, edtype, ewidth, coli)

Input Parameters

integer wkid
Workstation identifier.

integer edi
Edge bundle index (>=1).

integer edflag
Edge flag (0=POFF, 1=PON).

integer edtype
Edge type (1=PLSOLI, 2=PLDASH, 3=PLDOT, 4=PLDASD).

real ewidth
Edge width scale factor.

integer coli
Edge 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
113
Color Index Value < ZERO
107
Specified Edgetype Not Available On Workstation

Related Subroutines

  • Inquire Edge Facilities

  • Inquire Edge Representation

  • Set Color Model

  • Set Edge Color Index

  • Set Edge Index

  • Set Edgetype

  • Set Edgewidth Scale Factor

  • Set Individual ASF


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