pinq_disp_space_size3(3g) — Subroutines
Name
pinq_disp_space_size3 − Returns display space information.
Operating States: PHOP, ∗, ∗, ∗
PHIGS standard function
Syntax
void pinq_disp_space_size3 (
Pint wstype, /∗ (I) Workstation type ∗/
Pint ∗error_ind, /∗ (O) Error indicator ∗/
Pdisp_space_size3 ∗size /∗ (O) Display size ∗/
)
Data Structures
typedef struct {
Pdc_units dc_units; /∗ device coordinate units ∗/
Pfloat_size3 size_dc; /∗ device size, in coordinate units ∗/
Pint_size3 size_raster; /∗ device size, in raster units ∗/
} Pdisp_space_size3;
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_z; /∗ z size ∗/
} Pfloat_size3;
typedef struct {
Pint size_x; /∗ x size ∗/
Pint size_y; /∗ y size ∗/
Pint size_z; /∗ z size ∗/
} Pint_size3;
Description
pinq_disp_space_size3 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_size
pinq_ws_conn_type
popen_ws