Geometry_Interesting

Detailed Description

group Geometry_Interesting

Function Documentation

void HIC_Set_Geometry_Interesting(HIC_Rendition const *nr, HIC_Marker const *geo)

This function sets a geometry to interesting.

Parameters:
  • nr – A pointer to a const HIC_Rendition.
  • geo – A pointer to a const HIC_Marker.
void HIC_UnSet_Geometry_Interesting(HIC_Rendition const *nr, HIC_Marker const *geo)

This function sets geometry to not interesting.

Parameters:
  • nr – A pointer to a const HIC_Rendition.
  • geo – A pointer to a const HIC_Marker.
int HIC_Check_Geometry_Interesting(HIC_Rendition const *nr, HIC_Marker const *geo)

This function returns a boolean, true if geometry is interesting, false if geometry is not interesting.

Parameters:
  • nr – A pointer to a const HIC_Rendition.
  • geo – A pointer to a const HIC_Marker.
Returns:

A boolean, true if geometery is interesting, otherwise false.

void HIC_Set_Current_Geometry_Interesting(HIC_Rendition const *nr)

This function sets current geometry to interesting.

Parameters:nr – A pointer to a const HIC_Rendition.
void HIC_UnSet_Current_Geometry_Interesting(HIC_Rendition const *nr)

This function sets current geometry to not interesting.

Parameters:nr – A pointer to a const HIC_Rendition.
int HIC_Check_Current_Geometry_Interesting(HIC_Rendition const *nr)

This function returns a boolean, true if current geometry is interesting, false if current geometry is not interesting.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:A boolean, true if current geometry is interesting, otherwise false.