pinq_pred_pat_rep(3g) — Subroutines
Name
pinq_pred_pat_rep − Returns a pattern description.
Operating States: PHOP, ∗, ∗, ∗
PHIGS standard function
Syntax
void pinq_pred_pat_rep (
Pint wstype, /∗ (I) Workstation type. ∗/
Pint index, /∗ (I) Predefined pattern index. ∗/
Pstore store, /∗ (I) Handle to store the object. store
manages the memory referenced by
∗pat_rep. ∗/
Pint ∗error_ind, /∗ (O) Error indicator. ∗/
Ppat_rep ∗∗pat_rep /∗ (O) Predefined pattern representation. ∗/
)
Data Structures
typedef void ∗Pstore;
typedef struct {
Pint_size dims; /∗ pattern dimensions ∗/
Pint ∗colr_array; /∗ color index array ∗/
} Ppat_rep;
typedef struct {
Pint size_x; /∗ x size ∗/
Pint size_y; /∗ y size ∗/
} Pint_size;
Description
pinq_pred_pat_rep returns a description of the specified pattern by returning the pattern dimensions and the array of color indexes that make up the pattern.
Digital PHIGS Version 4.1 does not support this function.
See Also
pcreate_store
pdel_store
pinq_pat_rep
pinq_pat_rep_plus
pinq_pred_line_rep_plus
pset_pat_rep
pset_pat_rep_plus