eant_ClipDataCreate

Go Back

Summary:
  Allocate an Eant_ClipData structure.

Header File:
  eant.h

Library Name:
  elib

Eant_ClipData*    eant_ClipDataCreate  (
    Eerr_ErrorReport**    lclerr,
  )
lclerr
    Error handling structure pointer.

Description:
  Allocate an Eant_ClipData structure, initialize the clipWindow to NULL and create the transBbox, bBox and intersection.

Notes:
  None.

Return Description:
  Upon success this function returns a pointer to Eant_ClipData structure. If the allocation failed, eant_ClipDataCreate calls eerr_CreateErrorReport and returns a NULL pointer.