Set_Edge_XXX

Detailed Description

group Set_Edge_XXX

Function Documentation

void HIC_Set_Line_Equal_Edge_Rendition(HIC_Rendition const *nr)

This function sets the line rendition equal to the edge rendition.

Parameters:nr – A pointer to a const HIC_Rendition.
void HIC_Set_Edge_Weight(HIC_Rendition const *nr, int nweight)

This function changes the edge weight.

Parameters:
  • nr – A pointer to a const HIC_Rendition.
  • nweight – An int.
void HIC_Set_Variable_Edge_Weight(HIC_Rendition const *nr, HIC_Size_Units nunits, float nweight)

This function changes the edge weight.

Parameters:
  • nr – A pointer to a const HIC_Rendition.
  • nunit – An HIC_Size_Units.
  • nweight – An float.
void HIC_Set_Edge_Pattern(HIC_Rendition const *nr, char npattern)

This function changes the edge pattern.

Parameters:
  • nr – A pointer to a const HIC_Rendition.
  • npattern – A char.
void HIC_Set_Edge_Style(HIC_Rendition const *nr, char const *nname)

This function changes the edge style.

Parameters:
  • nr – A pointer to a const HIC_Rendition.
  • nname – A const char.
void HIC_Set_User_Edge_Pattern(HIC_Rendition const *nr, HIC_Line_Style const *upat)

This function sets the user edge pattern.

Parameters:
  • nr – A pointer to a const HIC_Rendition.
  • upat – A pointer to a const HIC_User_Line_Pattern.
void HIC_Set_Edge_Color(HIC_Rendition const *nr, HIC_RGB const *rgb)

This function changes the value of edge color.

Parameters:
  • nr – A pointer to a const HIC_Rendition.
  • rgb – A pointer to a HIC_RGB, a structure of three floats, each between zero and one.
void HIC_Set_Edge_Contrast_Color(HIC_Rendition const *nr, HIC_RGB const *rgb)

This function changes the edge contrast color.

Parameters:
  • nr – A pointer to a const HIC_Rendition.
  • rgb – A pointer to a HIC_RGB, a structure of three floats, each between zero and one.
void HIC_Set_Cut_Edge_Color(HIC_Rendition const *nr, HIC_RGB const *rgb)

This function changes the cut edge color.

Parameters:
  • nr – A pointer to a const HIC_Rendition.
  • rgb – A pointer to a HIC_RGB, a structure of three floats, each between zero and one.
void HIC_Set_Internal_Edge_Color(HIC_Rendition const *nr, HIC_RGBAS32 internal)

This function changes the internal edge color.

Parameters:
  • nr – A pointer to a const HIC_Rendition.
  • internal – A HIC_RGBAS32.