Interesting


Functions

HC_EXTERNAL HIC_API bool HIC_Check_Current_Geometry_Interesting (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API bool HIC_Check_Geometry_Interesting (HIC_Rendition const *nr, HIC_Marker const *geo)
HC_EXTERNAL HIC_API bool HIC_Check_Segment_Interesting (HIC_Rendition const *nr, HIC_Segment_Info const *si)
HC_EXTERNAL HIC_API void HIC_Set_Current_Geometry_Interesting (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API void HIC_Set_Geometry_Interesting (HIC_Rendition const *nr, HIC_Marker const *geo)
HC_EXTERNAL HIC_API void HIC_Set_Segment_Interesting (HIC_Rendition const *nr, HIC_Segment_Info const *si)
HC_EXTERNAL HIC_API void HIC_UnSet_Current_Geometry_Interesting (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API void HIC_UnSet_Geometry_Interesting (HIC_Rendition const *nr, HIC_Marker const *geo)
HC_EXTERNAL HIC_API void HIC_UnSet_Segment_Interesting (HIC_Rendition const *nr, HIC_Segment_Info const *si)

Function Documentation

HC_EXTERNAL HIC_API bool HIC_Check_Current_Geometry_Interesting ( HIC_Rendition const *  nr  ) 

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

HC_EXTERNAL HIC_API bool HIC_Check_Geometry_Interesting ( HIC_Rendition const *  nr,
HIC_Marker const *  geo 
)

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.
This function returns a boolean, true if geometry is interesting, false if geometry is not interesting.

HC_EXTERNAL HIC_API bool HIC_Check_Segment_Interesting ( HIC_Rendition const *  nr,
HIC_Segment_Info const *  si 
)

Parameters:
nr A pointer to a const HIC_Rendition.
si A pointer to a const HIC_Segment_Info.
Returns:
A boolean, true if segment is interesting, otherwise false.
This function returns a boolean, true if segment is interesting, false if segment is not interesting.

HC_EXTERNAL HIC_API void HIC_Set_Current_Geometry_Interesting ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
This function sets current geometry to interesting.

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

Parameters:
nr A pointer to a const HIC_Rendition.
geo A pointer to a const HIC_Marker.
This function sets a geometry to interesting.

HC_EXTERNAL HIC_API void HIC_Set_Segment_Interesting ( HIC_Rendition const *  nr,
HIC_Segment_Info const *  si 
)

Parameters:
nr A pointer to a const HIC_Rendition.
si A pointer to a const HIC_Segment_Info.
This function sets a segment to interesting.

HC_EXTERNAL HIC_API void HIC_UnSet_Current_Geometry_Interesting ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
This function sets current geometry to not interesting.

HC_EXTERNAL HIC_API void HIC_UnSet_Geometry_Interesting ( HIC_Rendition const *  nr,
HIC_Marker const *  geo 
)

Parameters:
nr A pointer to a const HIC_Rendition.
geo A pointer to a const HIC_Marker.
This function sets geometry to not interesting.

HC_EXTERNAL HIC_API void HIC_UnSet_Segment_Interesting ( HIC_Rendition const *  nr,
HIC_Segment_Info const *  si 
)

Parameters:
nr A pointer to a const HIC_Rendition.
si A pointer to a const HIC_Segment_Info.
This function sets a segment to not interesting.

HOOPS/3dGS I.M. Interface

     Full Index