Introduction

Getting Started

Programming Guides

API Reference

Additional Resources

Select_Geometry

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)
 

Detailed Description

Function Documentation

HC_EXTERNAL HIC_API void HIC_Select_Geometry ( HIC_Rendition const *  nr,
HIC_Geometry const *  geo 
)
Parameters
nrA pointer to a const HIC_Rendition.
geoA pointer to a const HIC_Geometry.

This function checks the referenced database element against the current selection event.

HC_EXTERNAL HIC_API void HIC_Select_Segment ( HIC_Rendition const *  nr,
HIC_Segment_Info const *  si 
)
Parameters
nrA pointer to a const HIC_Rendition.
siA pointer to a const HIC_Segment_Info.

This function selects a segment.

HC_EXTERNAL HIC_API void HIC_Select_Window ( HIC_Rendition const *  nr,
HIC_Geometry *  wi 
)
Parameters
nrA pointer to a const HIC_Rendition.
wiA pointer to a const HIC_Geometry.

This function selects a window.