API Documentation
>
Creating import and custom geometry
>
Object ProQuiltdata
> Function ProQuiltdataAlloc
Function ProQuiltdataAlloc
Description
Allocates memory for the quilt data structure.
Synopsis
#include <
ProQuiltdata.h
>
ProError
ProQuiltdataAlloc
(
ProQuiltdata
** pp_quilt_data
/* (Out)
The quilt data structure
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully allocated memory for the data structure.
PRO_TK_OUT_OF_MEMORY
Insufficient memory.
PRO_TK_BAD_INPUTS
The argument is invalid.
Sample Code References
pt_examples ( TestGeomdata.c )
User Guide References
Adding Quilts:ProQuiltdataAlloc
Was this helpful?
This site works best with JavaScript enabled