Complex_Clip_Region

Functions

HIC_Complex_Clip_Region *

HIC_New_Complex_Clip_Region

void

HIC_Free_Complex_Clip_Region

void

HIC_Set_Complex_Clip_Region

Detailed Description

group Complex_Clip_Region

Function Documentation

HIC_Complex_Clip_Region *HIC_New_Complex_Clip_Region(HIC_Rendition *nr, long nloops, int nlengths[], HIC_DC_Point npts[])

This function creates a complex clip region.

Parameters
  • nr – A pointer to a const HIC_Rendition.

  • ncnt – An int.

  • npts – A pointer to a const HIC_DC_Point.

Returns

A pointer to a const HIC_Complex_Clip_Region.

void HIC_Free_Complex_Clip_Region(HIC_Complex_Clip_Region *ccr)

This function frees the memory associated with a complex clip region.

Parameters

ccr – A pointer to a const Complex_Clip_Region.

void HIC_Set_Complex_Clip_Region(HIC_Rendition *nr, HIC_Complex_Clip_Region *ccr)

This function sets the complex clip region.

Parameters
  • nr – A pointer to a const HIC_Rendition.

  • ccr – A pointer to a const HIC_Complex_Clip_Region.