pinq_pred_int_rep(3g) — Subroutines
Name
pinq_pred_int_rep − Returns information about the interior representation.
Operating States: PHOP, ∗, ∗, ∗
PHIGS standard function
Syntax
void pinq_pred_int_rep (
Pint wstype, /∗ (I) Workstation type ∗/
Pint index, /∗ (I) Predefined interior index ∗/
Pint ∗error_ind, /∗ (O) Error indicator ∗/
Pint_bundle ∗rep /∗ (O) Predefined interior representation ∗/
)
Data Structures
typedef struct {
Pint_style style; /∗ interior style ∗/
Pint style_ind; /∗ interior style index ∗/
Pint colr_ind; /∗ interior color index ∗/
} Pint_bundle;
typedef enum {
PSTYLE_HOLLOW, /∗ hollow interior ∗/
PSTYLE_SOLID, /∗ solid interior ∗/
PSTYLE_PAT, /∗ patterned interior ∗/
PSTYLE_HATCH, /∗ hatched interior ∗/
PSTYLE_EMPTY /∗ empty interior ∗/
} Pint_style;
Description
pinq_pred_int_rep queries the workstation description table and returns the interior style value, the interior style index, and the interior color index for the specified interior index.
See Also
pinq_int_facs
pinq_int_facs_plus
pinq_int_rep
pinq_int_rep_plus
pinq_pred_int_rep_plus
pset_int_ind
pset_int_rep