Category
Creating import and custom geometry
, Object
ProQuiltdata
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.
Manual References:
Interface: Importing Features: Adding Quilts
Interface: Importing Features: Adding Quilts
Sample Code References:
pt_examples ( TestGeomdata.c )