pinq_def_pick_data3(3g) — Subroutines
Name
pinq_def_pick_data3 − Returns pick information.
Operating States: PHOP, ∗, ∗, ∗
PHIGS standard function
Syntax
void pinq_def_pick_data3 (
Pint wstype, /∗ (I) Workstation type. ∗/
Pint dev_num, /∗ (I) Logical input device number. ∗/
Pstore store, /∗ (I) Handle to store the object.
store manages the memory
referenced by ∗pets and
∗pick_data. ∗/
Pint ∗error_ind, /∗ (O) Error indicator. ∗/
Pint_list ∗∗pets, /∗ (O) List of PETs. ∗/
Plimit3 ∗echo_vol, /∗ (O) Default echo volume, in device
coordinates. ∗/
Ppick_data3 ∗∗pick_data /∗ (O) Default pick data record. ∗/
)
Data Structures
typedef void ∗Pstore;
typedef struct {
Pint num_ints; /∗ number of Pints in the list ∗/
Pint ∗ints; /∗ list of integers ∗/
} Pint_list;
typedef struct {
Pfloat x_min; /∗ x minimum ∗/
Pfloat x_max; /∗ x maximum ∗/
Pfloat y_min; /∗ y minimum ∗/
Pfloat y_max; /∗ y maximum ∗/
Pfloat z_min; /∗ z minimum ∗/
Pfloat z_max; /∗ z maximum ∗/
} Plimit3;
typedef struct { /∗ pick data record ∗/
union Ppick3_pets {
struct Ppick3_pet_r1 {
Pfloat aperture; /∗ pick aperture ∗/
} pet_r1;
.
.
.
} pets;
} Ppick_data3;
Because this function returns information on the default pick data (PET 1), the data structures for the other PETs have been omitted.
Description
pinq_def_pick_data3 queries the workstation description table and returns values for the following:
•List of available prompt and echo types
•Default echo volume in device coordinates
•Default pick data record
See Also
pcreate_store
pdel_store
pinit_pick3
pinq_def_pick_data