Q3TriGrid_EmptyData
You can use theQ3TriGrid_EmptyDatafunction to release the memory occupied by the data structure returned by a previous call toQ3TriGrid_GetData.
TQ3Status Q3TriGrid_EmptyData (TQ3TriGridData *triGridData);
triGridData- A pointer to a
TQ3TriGridDatastructure.DESCRIPTION
TheQ3TriGrid_EmptyDatafunction releases the memory occupied by theTQ3TriGridDatastructure pointed to by thetriGridDataparameter; that memory was allocated by a previous call toQ3TriGrid_GetData.