Functions | |
HC_EXTERNAL HIC_API void | HIC_Select_Geometry (HIC_Rendition const *nr, HIC_Geometry const *geo) |
HC_EXTERNAL HIC_API void | HIC_Select_Segment (HIC_Rendition const *nr, HIC_Segment_Info const *si) |
HC_EXTERNAL HIC_API void | HIC_Select_Window (HIC_Rendition const *nr, HIC_Geometry *wi) |
HC_EXTERNAL HIC_API void HIC_Select_Geometry | ( | HIC_Rendition const * | nr, | |
HIC_Geometry const * | geo | |||
) |
nr | A pointer to a const HIC_Rendition. | |
geo | A pointer to a const HIC_Geometry. |
HC_EXTERNAL HIC_API void HIC_Select_Segment | ( | HIC_Rendition const * | nr, | |
HIC_Segment_Info const * | si | |||
) |
nr | A pointer to a const HIC_Rendition. | |
si | A pointer to a const HIC_Segment_Info. |
HC_EXTERNAL HIC_API void HIC_Select_Window | ( | HIC_Rendition const * | nr, | |
HIC_Geometry * | wi | |||
) |
nr | A pointer to a const HIC_Rendition. | |
wi | A pointer to a const HIC_Geometry. |