INQUIRE DEPTH CUE REPRESENTATION
-
CALL SEQUENCE
CALL PQDCR (WKID, DCI, CCSBSZ, TYPE, ERRIND, DCMODE, DQMIN, DQMAX, DCSFMI, DCSFMX, CTYPE, COLI, NCC, COLR)
INPUT PARAMETERS
- INTEGER WKID
- workstation identifier
- INTEGER DCI
- Depth cue index
- INTEGER CCSBSZ
- Colour component specification buffer size
- INTEGER TYPE
- Type of return (PSET,PREALI)
OUTPUT PARAMETERS
- INTEGER ERRIND
- Error indicator
- INTEGER DCMODE
- Depth cue mode(PSUPPR,PALLOW)
- RREAL DQMIN,DQMAX
- Depth cue reference plane(NPC)
- RREAL DCSFMI,DCSFMX
- Depth cue scale factors
- INTEGER CTYPE
- Colour type
- INTEGER COLI
- Colour index
- INTEGER OL
- Number of colour components in the colour specification
- RREAL COLR(CCSBSZ)
- Colour components
PHIGS STATE
(PHOP, WSOP,*,*)
EFFECT
Returns the components contained in the depth cue representation of the depth
cue table in workstation WKID's workstation state list. If the
data is available, error indicator is returned as 0.
If the inquired information is available, the error indicator is returned as 0
and values are returned in the output parameters.
If the specified depth cue index is not present in the depth cue table, and the
specified type of returned value is REALIZED, the representation for depth cue
index 1 is returned.
If the inquired information is not available, the values returned in the output
parameters are implementation dependent and the error indicator is set to one
of the following error numbers to indicate the reason for non-availability:
ERRORS
- 3
Ignoring function, function requires state (PHOP, WSOP,*,*)
- 54
- Ignoring function, the specified workstation is not open
- 59
- Ignoring function, the specified workstation does not have output
capability (i.e. the workstation category is neither OUTPUT, OUTIN, nor MO)
- 101
- Ignoring function, the specified representation has not been definded
- 119
- Ignoring function, the specified depth cue mode is not available on the
workstation
SEE ALSO
set depth cue representation, inquire depth cue facilities, inquire predefined
depth cue representation.