Q3NURBCurve_EmptyData
You can use theQ3NURBCurve_EmptyData
function to release the memory occupied by the data structure returned by a previous call toQ3NURBCurve_GetData
.
TQ3Status Q3NURBCurve_EmptyData (TQ3NURBCurveData *nurbCurveData);
nurbCurveData
- A pointer to a
TQ3NURBCurveData
structure.DESCRIPTION
TheQ3NURBCurve_EmptyData
function releases the memory occupied by theTQ3NURBCurveData
structure pointed to by thenurbCurveData
parameter; that memory was allocated by a previous call toQ3NURBCurve_GetData
.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help