PK_FSTART_f_t   

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

Used in:

PK_SESSION_ask_fru_o_t
PK_SESSION_frustrum_t
PK_SESSION_register_fru_o_t



  Start up the frustrum

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


Description:
  This function initialises the frustrum. It is called from kernel
  function PK_SESSION_start and is the first frustrum function to be called.
  Calls to FSTART and FSTOP (which closes down the Frustrum) may be
  nested, in which case only the "outermost calls" (i.e. the first FSTART
  call, and the "balancing" FSTOP call) should have any effect. However,
  once the frustrum has been closed down, a further FSTART call should
  cause it to be re-initialised.