Set_Edge_XXX

Functions

void

HIC_Set_Line_Equal_Edge_Rendition

void

HIC_Set_Edge_Weight

void

HIC_Set_Variable_Edge_Weight

void

HIC_Set_Edge_Pattern

void

HIC_Set_Edge_Style

void

HIC_Set_User_Edge_Pattern

void

HIC_Set_Edge_Color

void

HIC_Set_Edge_Contrast_Color

void

HIC_Set_Cut_Edge_Color

void

HIC_Set_Internal_Edge_Color

Detailed Description

group Set_Edge_XXX

Function Documentation

void HIC_Set_Line_Equal_Edge_Rendition(HIC_Rendition *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 *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 *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 *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 *nr, char *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 *nr, HIC_Line_Style *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 *nr, HIC_RGB *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 *nr, HIC_RGB *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 *nr, HIC_RGB *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 *nr, HIC_RGBAS32 internal)

This function changes the internal edge color.

Parameters
  • nr – A pointer to a const HIC_Rendition.

  • internal – A HIC_RGBAS32.