API Documentation
>
Creating import and custom geometry
>
Object ProQuiltdata
> Function ProQuiltdataMemoryFree
Function ProQuiltdataMemoryFree
Description
Frees the top-level memory used by the quilt data structure.
Synopsis
#include <
ProQuiltdata.h
>
ProError
ProQuiltdataMemoryFree
(
ProQuiltdata
* p_quilt_data
/* (In)
The quilt data structure
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully freed the memory.
PRO_TK_BAD_INPUTS
The argument is invalid.
Sample Code References
pt_examples ( TestImportfeat.c )
pt_examples ( UtilIntfData.c )
User Guide References
Geometry of Quilts:ProQuiltdataMemoryFree
Was this helpful?
This site works best with JavaScript enabled