Geometry


Functions

HC_EXTERNAL HIC_API void * HIC_Get_Image_Block (HIC_Image const *image)
HC_EXTERNAL HIC_API
HIC_Geometry const * 
HIC_Key_To_Geometry_Pointer (HC_KEY key)
HC_EXTERNAL HIC_API void HIC_Set_Cylinder_Radius (HIC_Geometry const *geo, float radius)
HC_EXTERNAL HIC_API float HIC_Show_Cylinder_Radius (HIC_Geometry const *geo)

Function Documentation

HC_EXTERNAL HIC_API void* HIC_Get_Image_Block ( HIC_Image const *  image  ) 

Parameters:
image A pointer to a const HIC_Image.
This function gets the image block data pointer.

HC_EXTERNAL HIC_API HIC_Geometry const* HIC_Key_To_Geometry_Pointer ( HC_KEY  key  ) 

Parameters:
key A HC_KEY.
Returns:
A pointer to a const HIC_Geometry.
This function returns a pointer to geometry referred to by the passed in key parameter.

HC_EXTERNAL HIC_API void HIC_Set_Cylinder_Radius ( HIC_Geometry const *  geo,
float  radius 
)

Parameters:
geo A pointer to a const HIC_Geometry.
radius A float, value to set the cylinder radius to.
This function sets the cylinder radius to the float value of the passed in parameter.

HC_EXTERNAL HIC_API float HIC_Show_Cylinder_Radius ( HIC_Geometry const *  geo  ) 

Parameters:
geo A pointer to a const HIC_Geometry.
Returns:
A float.
This function returns the cylinder radius as a float.

HOOPS/3dGS I.M. Interface

     Full Index