Q3TriGrid_EmptyData
You can use theQ3TriGrid_EmptyData
function 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
TQ3TriGridData
structure.DESCRIPTION
TheQ3TriGrid_EmptyData
function releases the memory occupied by theTQ3TriGridData
structure pointed to by thetriGridData
parameter; that memory was allocated by a previous call toQ3TriGrid_GetData
.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help