INQUIRE DEPTH CUE FACILITIES(3P+) — MISC. REFERENCE MANUAL PAGES
NAME
INQUIRE DEPTH CUE FACILITIES − inquire depth cue facitities for the specified workstation type
SYNOPSIS
C Syntax
void
pinqdcuefacil ( wstype, error_ind, npdci )
Pintwstype;workstation type
Pint∗error_ind;OUT error indicator
Pint∗npdci;OUT number of predefined indices
FORTRAN Syntax
SUBROUTINE pqdcf ( WKTYPE, ERRIND, NPDCI )
INTEGERWKTYPEworkstation type
INTEGERERRINDOUT error indicator
INTEGERNPDCIOUT number of predefined indicies
Required PHIGS Operating States
(PHOP, ∗, ∗, ∗)
DESCRIPTION
Purpose
INQUIRE DEPTH CUE FACILITIES returns the attribute values of a specified entry in the workstation table of depth cue facilities.
This is a SunPHIGS Extension function based on PHIGS+ and is not part of the PHIGS standard.
C Input Parameter
wstypeThe workstation type.
C Output Parameters
error_ind
A pointer to the location to store the error number of any error detected by this function.
npdciA pointer to the location to store the number of predefined indices.
FORTRAN Input Parameter
WKTYPE
The identifier of the workstation type.
FORTRAN Output Parameters
ERRIND
The error number of any error detected by this function.
NPDCI
The number of predefined depth cue indices.
Execution
If the inquired information is available, the error indicator is returned as zero and values are returned in the output parameters.
If the inquired information is not available, the values returned in the output parameters are undefined and the error indicator is set to one of the following error numbers to indicate the reason for nonavailability.
Since this is an inquiry function, ERROR HANDLING is not invoked when an error is detected by this function.
ERRORS
002Ignoring function, function requires state (PHOP,∗,∗,∗)
051Ignoring function, this information is not yet available for this generic workstation type; open a workstation of this type and use the specific workstation type
052Ignoring function, workstation type not recognized by the implementation
062Ignoring function, this information is not available for this MO workstation type
SEE ALSO
SET DEPTH CUE REPRESENTATION (3P+)
SET DEPTH CUE INDEX (3P+)
PHIGS WORKSTATION DESCRIPTION TABLE (7P)
Sun Release 4.0 — Last change: 2 August 1989