pinq_data_map_facs(3g) — Subroutines
Name
pinq_data_map_facs − Returns the list of available data mapping methods.
Operating States: PHOP, ∗, ∗, ∗
PHIGS PLUS function
Syntax
void pinq_data_map_facs (
Pint wstype, /∗ (I) Workstation type ∗/
Pint num_elems_appl_list, /∗ (I) Number of elements in the
application list ∗/
Pint start_ind, /∗ (I) Starting position within the
Digital PHIGS list of data
mapping methods ∗/
Pint ∗error_ind, /∗ (O) Error indicator ∗/
Pint_list ∗methods, /∗ (O) List of available data mapping
methods ∗/
Pint ∗num_pred_inds, /∗ (O) Number of predefined data
mapping indexes ∗/
Pint ∗num_elems_impl_list /∗ (O) Total number of data mapping
methods in the Digital PHIGS
list ∗/
)
Data Structures
typedef struct {
Pint num_ints; /∗ number of Pints in the list ∗/
Pint ∗ints; /∗ list of integers ∗/
} Pint_list;
Constants
Data Structure Constant Description
Constants
---------------------------------------------------------------------------
Data mapping methods PDATA_MAP_METHOD_COLR Digital PHIGS uses any
colors specified with the
output primitive as the
source of color.
PDATA_MAP_METHOD_ Digital PHIGS maps a single
SINGLE_UNIFORM data value to a color
selected from a specified
list of colors. Digital
PHIGS selects the color
based on the relationship
of the data value to a
specified data range.
PDATA_MAP_METHOD_ Digital PHIGS maps a single
SINGLE_NON_UNIFORM data value to a color
selected from a specified
list of colors. Digital
PHIGS selects the color
based on the relationship
of the data value to a
specified set of data
ranges.
PDATA_MAP_METHOD_BI_ Digital PHIGS maps two data
UNIFORM values to a single color
selected from one of a
set of color lists.
The first value specifies
the list to use, and the
second value specifies
which color to select
from that list.
PDATA_MAP_METHOD_BI_ Digital PHIGS maps two data
NON_UNIFORM values to a single color
selected from one of a
set of color lists.
Digital PHIGS selects the
color based on the
relationships of the data
values to a specified
set of data ranges.
---------------------------------------------------------------------------
Description
pinq_data_map_facs returns the list of available data mapping methods.
Digital PHIGS Version 4.1 does not support this function.
See Also
pset_data_map_ind
pset_data_map_rep