pinq_gdp3(3g) — Subroutines
Name
pinq_gdp3 − Returns the number of attribute sets, and the list of attribute sets associated with the specified 3D GDP identifier.
Operating States: PHOP, ∗, ∗, ∗
PHIGS standard function
Syntax
void pinq_gdp3 (
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_gdp3 returns the number of attribute sets, and the list of those attribute sets that are associated with the specified three-dimensional GDP identifier for a given workstation type.
Digital PHIGS Version 4.1 does not support this function.
See Also
pgdp
pgdp3
pinq_gdp
pinq_list_avail_gdp3