Category Creating import and custom geometry, Object ProQuiltdata

Function ProQuiltdataAlloc


Description
Allocates memory for the quilt data structure.
Synopsis
#include <ProQuiltdata.h>
ProErrorProQuiltdataAlloc(
ProQuiltdata** pp_quilt_data
/* (Out)
The quilt data structure
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully allocated memory for the data structure.
PRO_TK_OUT_OF_MEMORYInsufficient memory.
PRO_TK_BAD_INPUTSThe argument is invalid.

Manual References:

  1. Interface: Importing Features: Adding Quilts
  2. Interface: Importing Features: Adding Quilts

Sample Code References:

  1. pt_examples ( TestGeomdata.c )