eant_AntHeaderCreate

Go Back

Summary:
  Allocate an Eant_AntHeader structure.

Header File:
  eant.h

Library Name:
  elib

Eant_AntHeader*    eant_AntHeaderCreate  (
    Eerr_ErrorReport**    lclerr,
  )
lclerr
    Error handling structure pointer.

Description:
  Allocate an Eant_AntHeader structure, create identity matrices for the xformMatrix and ixformMatrix and initialize all of the rest pointers and numerics to NULL.

Notes:
  None.

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