Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pinq_gdp(3g) — PHIGS 5.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

pinq_gdp(3g)  —  Subroutines

Name

pinq_gdp − Returns the number of attribute sets, and the list of attribute sets associated with the specified 2D GDP identifier. 

Operating States: PHOP, ∗, ∗, ∗
PHIGS standard function

Syntax

void pinq_gdp (
  Pint        wstype,       /∗ (I) Workstation type ∗/
  Pint        gdp,          /∗ (I) GDP function identifier ∗/
  Pint       ∗error_ind,    /∗ (O) Error indicator ∗/
  Pint       ∗num_attr,     /∗ (O) Number of attributes used ∗/
  Pattrs      attr[7]       /∗ (O) List of attributes used ∗/
)

 

Data Structures

typedef enum {        /∗ start of PHIGS enumerations ∗/
    PATTR_LINE,
    PATTR_MARKER,
    PATTR_TEXT,
    PATTR_INT,
    PATTR_EDGE,       /∗ end of PHIGS enumerations ∗/
    PATTR_REFL,       /∗ start of PHIGS PLUS enumerations ∗/
    PATTR_PARAM_SURF  /∗ end of PHIGS PLUS enumerations ∗/
} Pattrs;

Description

pinq_gdp returns the number of attribute sets, and the list of those attribute sets that are associated with the specified two-dimensional GDP identifier for a given workstation type. 

Digital PHIGS Version 4.1 does not support this function.

See Also

pgdp
pgdp3
pinq_gdp3
pinq_list_avail_gdp

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026