Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pinq_disp_space_size(3g) — PHIGS 5.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

pinq_disp_space_size(3g)  —  Subroutines

 

Name

pinq_disp_space_size − Returns display space information. 

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

Syntax

void pinq_disp_space_size (
  Pint               wstype,       /∗ (I) Workstation type ∗/
  Pint              ∗error_ind,    /∗ (O) Error indicator ∗/
  Pdisp_space_size  ∗size          /∗ (O) Display size ∗/
)

 

Data Structures

typedef struct {
    Pdc_units      dc_units;     /∗ device coordinate units ∗/
    Pfloat_size    size_dc;      /∗ device size, in coordinate units ∗/
    Pint_size      size_raster;  /∗ device size, in raster units ∗/
} Pdisp_space_size;
    typedef enum {
        PDC_METRES,   /∗ meters ∗/
        PDC_OTHER     /∗ other units ∗/
    } Pdc_units;
    typedef struct {
        Pfloat    size_x;    /∗ x size ∗/
        Pfloat    size_y;    /∗ y size ∗/
    } Pfloat_size;
    typedef struct {
        Pint      size_x;    /∗ x size ∗/
        Pint      size_y;    /∗ y size ∗/
    } Pint_size;

Description

pinq_disp_space_size queries the workstation description table and returns the device coordinate units value, the maximum display space size in device coordinate units (greater than 0.0), and the maximum display space size in raster units. 

See Also

pinq_disp_space_size3
pinq_ws_conn_type
popen_ws

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