Show_Selection_XXX
Functions | |
HC_EXTERNAL HIC_API int | HIC_Show_Selection_Action (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API HIC_Point const * | HIC_Show_Selection_Point (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API float | HIC_Show_Selection_Proximity_Sq (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API HIC_Integer32 | HIC_Show_Selection_Status (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API HIC_Volume const * | HIC_Show_Selection_Volume (HIC_Rendition const *nr) |
Detailed Description
Function Documentation
◆ HIC_Show_Selection_Action()
HC_EXTERNAL HIC_API int HIC_Show_Selection_Action | ( | HIC_Rendition const * | nr | ) |
- Parameters
-
nr A pointer to a const HIC_Rendition.
- Returns
- An int.
This function returns the selection action.
◆ HIC_Show_Selection_Point()
HC_EXTERNAL HIC_API HIC_Point const* HIC_Show_Selection_Point | ( | HIC_Rendition const * | nr | ) |
- Parameters
-
nr A pointer to a const HIC_Rendition.
- Returns
- A pointer to a const HIC_Point.
This function returns the location the user was pointing at when the current selection traversal was triggered.
◆ HIC_Show_Selection_Proximity_Sq()
HC_EXTERNAL HIC_API float HIC_Show_Selection_Proximity_Sq | ( | HIC_Rendition const * | nr | ) |
- Parameters
-
nr A pointer to a const HIC_Rendition.
- Returns
- A float.
This function returns selection proximity square as a float value.
◆ HIC_Show_Selection_Status()
HC_EXTERNAL HIC_API HIC_Integer32 HIC_Show_Selection_Status | ( | HIC_Rendition const * | nr | ) |
- Parameters
-
nr A pointer to a const HIC_Rendition.
- Returns
- A HIC_Integer32.
This function returns selection status.
◆ HIC_Show_Selection_Volume()
HC_EXTERNAL HIC_API HIC_Volume const* HIC_Show_Selection_Volume | ( | HIC_Rendition const * | nr | ) |
- Parameters
-
nr A pointer to a const HIC_Rendition.
- Returns
- A pointer to a const HIC_Volume.
This function returns selection volume.