Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pinq_pat_rep(3g) — PHIGS 5.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

pinq_pat_rep(3g)  —  Subroutines

Name

pinq_pat_rep − Returns the values associated with a pattern index value. 

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

Syntax

void pinq_pat_rep (
  Pint         wsid,      /∗ (I) Workstation identifier. ∗/
  Pint         index,     /∗ (I) Pattern index. ∗/
  Pinq_type    type,      /∗ (I) Type of returned values. ∗/
  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) Pattern representation. ∗/
)

 

Data Structures

typedef enum {
    PINQ_SET,        /∗ Use the exact state list values. ∗/
    PINQ_REALIZED    /∗ Use the values approximated by the graphics
                        handler. ∗/
} Pinq_type;
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_pat_rep returns the values associated with the given pattern index value. 

Digital PHIGS Version 4.1 does not support this function.

See Also

pcreate_store
pdel_store
pinq_list_pat_inds
pinq_pat_rep_plus
pinq_pred_pat_rep
pinq_pred_pat_rep_plus
pset_pat_rep
pset_pat_rep_plus

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