PK_FSTOP_f_t   

typedef void (*PK_FSTOP_f_t)
(
--- returned arguments ---
int *ifail
);

Used in:

PK_SESSION_ask_fru_o_t
PK_SESSION_frustrum_t
PK_SESSION_register_fru_o_t



  Shut down the frustrum

Returns:
  int                      *ifail          --- error code: FR_no_errors


Description:
  This function shuts down the frustrum, and is called from kernel
  function PK_SESSION_stop. Calls to FSTART and FSTOP may be nested;
  in this case only the "outermost calls" (i.e. the first FSTART call,
  and the "balancing" FSTOP call) should have any effect.