pinq_depth_cue_facs(3g) — Subroutines
Name
pinq_depth_cue_facs − Returns depth cue table and index information.
Operating States: PHOP, ∗, ∗, ∗
PHIGS PLUS function
Syntax
void pinq_depth_cue_facs (
Pint wstype, /∗ (I) Workstation type ∗/
Pint num_elems_appl_list, /∗ (I) Number of elements
in the application
list ∗/
Pint start, /∗ (I) Starting position
within the Digital
PHIGS list ∗/
Pint ∗error_ind, /∗ (O) Error indicator ∗/
Pint ∗num_indices, /∗ (O) Number of predefined
depth cue indexes ∗/
Pdepth_cue_mode_list ∗modes, /∗ (O) List of available
depth cue modes ∗/
Pint ∗num_elems_impl_list /∗ (O) Total number of
defined depth cue
indexes in the
Digital PHIGS list ∗/
)
Data Structures
typedef struct {
Pint num_modes; /∗ number of depth cue modes ∗/
Pdepth_cue_mode ∗modes; /∗ list of depth cue modes ∗/
} Pdepth_cue_mode_list;
typedef enum {
PDEPTH_CUE_SUPPR, /∗ no depth cueing ∗/
PDEPTH_CUE_ALLOWED /∗ perform depth cueing ∗/
} Pdepth_cue_mode;
Description
pinq_depth_cue_facs returns the maximum number of depth cue table entries, and the number of predefined depth cue indexes.
See Also
pset_depth_cue_ind
pset_depth_cue_rep