 |
PK_GOCLPX_f_t |
|
typedef void (*PK_GOCLPX_f_t)
(
--- received arguments ---
const int *nreals,
const double *rvals,
const int *nints,
const int *ivals,
--- returned arguments ---
int *ifail
);
Close output of encoded pixel data. This function is documented for legacy
purposes only, and should not be implemented for new Parasolid applications.
Used in:
PK_SESSION_frustrum_t
The received arguments (nreals, rvals, ninit, ivals) should be ignored.
ifail
The returned argument 'ifail' is a code indicating whether the Frustrum
wants to abort graphic output; it must be set to one of the values
CONTIN = 0; --- Continue: no errors
ABORT = -1011; --- Abort: return control to caller