Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pinq_ws_st_table_length_plus(3g) — PHIGS 5.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

pinq_ws_st_table_length_plus(3g)  —  Subroutines

Name

pinq_ws_st_table_length_plus − Returns the lengths of workstation state tables. 

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

Syntax

void pinq_ws_st_table_length_plus (
  Pint                  wstype,     /∗ (I) Workstation type ∗/
  Pint                 ∗error_ind,  /∗ (O) Error indicator ∗/
  Pws_st_tables_plus   ∗lengths     /∗ (O) Lengths of the workstation
                                           state tables ∗/
)

 

Data Structures

typedef struct {
    Pint    data_map_rep;       /∗ maximum number of data mapping table
                                   entries ∗/
    Pint    refl_rep;           /∗ maximum number of reflectance table
                                   entries ∗/
    Pint    param_surf_rep;     /∗ maximum number of parametric surface
                                   table entries ∗/
    Pint    light_source_rep;   /∗ maximum number of light source table
                                   entries ∗/
    Pint    depth_cue_rep;      /∗ maximum number of depth cue table
                                   entries ∗/
    Pint    colr_map_rep;       /∗ maximum number of color mapping tables
                                   entries ∗/
} Pws_st_tables_plus;

Description

pinq_ws_st_table_length_plus queries the workstation description table and returns values for the following:

•Maximum number of data mapping bundle table entries

•Maximum number of reflectance bundle table entries

•Maximum number of parametric surface bundle table entries

•Maximum number of light source table entries

•Maximum number of depth cue table entries

•Maximum number of color mapping table entries

Digital PHIGS Version 4.1 does not support this function.

See Also

pinq_ws_st_table

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