pinq_ws_st_table(3g) — Subroutines
Name
pinq_ws_st_table − Returns the lengths of workstation tables.
Operating States: PHOP, ∗, ∗, ∗
PHIGS standard function
Syntax
void pinq_ws_st_table (
Pint wstype, /∗ (I) Workstation type ∗/
Pint ∗error_ind, /∗ (O) Error indicator ∗/
Pws_st_tables ∗lengths /∗ (O) Lengths of the workstation tables ∗/
)
Data Structures
typedef struct {
Pint line_bundles; /∗ maximum number of polyline table entries ∗/
Pint mark_bundles; /∗ maximum number of polymarker table
entries ∗/
Pint text_bundles; /∗ maximum number of text table entries ∗/
Pint int_bundles; /∗ maximum number of interior table entries ∗/
Pint edge_bundles; /∗ maximum number of edge table entries ∗/
Pint pat_reps; /∗ maximum number of pattern table entries ∗/
Pint colr_reps; /∗ maximum number of color table entries ∗/
Pint view_reps; /∗ maximum number of view table entries ∗/
} Pws_st_tables;
Description
pinq_ws_st_table queries the workstation description table and returns values for the following:
•Maximum number of polyline bundle table entries
•Maximum number of polymarker bundle table entries
•Maximum number of text bundle table entries
•Maximum number of interior bundle table entries
•Maximum number of edge bundle table entries
•Maximum number of pattern indexes
•Maximum number of color indexes
•Maximum number of view table indexes
See Also
pinq_ws_st_table_length_plus