Functions | |
HC_EXTERNAL HIC_API void | HIC_Free_Complex_Clip_Region (HIC_Complex_Clip_Region const *ccr) |
HC_EXTERNAL HIC_API HIC_Complex_Clip_Region const * | HIC_New_Complex_Clip_Region (HIC_Rendition const *nr, long nloops, int const nlengths[], HIC_DC_Point const npts[]) |
HC_EXTERNAL HIC_API void | HIC_Set_Complex_Clip_Region (HIC_Rendition const *nr, HIC_Complex_Clip_Region const *ccr) |
HC_EXTERNAL HIC_API void HIC_Free_Complex_Clip_Region | ( | HIC_Complex_Clip_Region const * | ccr | ) |
ccr | A pointer to a const Complex_Clip_Region. |
HC_EXTERNAL HIC_API HIC_Complex_Clip_Region const* HIC_New_Complex_Clip_Region | ( | HIC_Rendition const * | nr, | |
long | nloops, | |||
int const | nlengths[], | |||
HIC_DC_Point const | npts[] | |||
) |
nr | A pointer to a const HIC_Rendition. | |
ncnt | An int. | |
npts | A pointer to a const HIC_DC_Point. |
HC_EXTERNAL HIC_API void HIC_Set_Complex_Clip_Region | ( | HIC_Rendition const * | nr, | |
HIC_Complex_Clip_Region const * | ccr | |||
) |
nr | A pointer to a const HIC_Rendition. | |
ccr | A pointer to a const HIC_Complex_Clip_Region. |