Functions
Show_Polymarker_XXX

Functions

HC_EXTERNAL HIC_API HIC_Point
const * 
HIC_Show_Polymarker_Points (HIC_Polymarker const *pm)
 
HC_EXTERNAL HIC_API int HIC_Show_Polymarker_Point_Count (HIC_Polymarker const *pm)
 
HC_EXTERNAL HIC_API int HIC_Show_Polymarker_Length (HIC_Polymarker const *pm)
 
HC_EXTERNAL HIC_API int const * HIC_Show_Polymarker_Vertex_Indices (HIC_Polymarker const *pm)
 
HC_EXTERNAL HIC_API HIC_RGB const * HIC_Show_Polymarker_Vertex_Colors (HIC_Polymarker const *pm)
 
HC_EXTERNAL HIC_API float const * HIC_Show_Polymarker_Vertex_Findices (HIC_Polymarker const *pm)
 
HC_EXTERNAL HIC_API HIC_Vector
const * 
HIC_Show_Polymarker_Vertex_Normals (HIC_Polymarker const *pm)
 
HC_EXTERNAL HIC_API
HIC_Parameter const * 
HIC_Show_Polymarker_Vertex_Parameters (HIC_Polymarker const *pm)
 
HC_EXTERNAL HIC_API HIC_Integer32 HIC_Show_Polymarker_Vertex_Parameter_Width (HIC_Polymarker const *pm)
 
HC_EXTERNAL HIC_API bool HIC_Show_Polymarker_Findex_Color_Interpolation (HIC_Polymarker const *pm)
 

Detailed Description

Function Documentation

HC_EXTERNAL HIC_API bool HIC_Show_Polymarker_Findex_Color_Interpolation ( HIC_Polymarker const *  pm)
Parameters
pmA pointer to a const HIC_Polymarker.
Returns
A boolean.

This function returns polymarker findex color interpolation as a boolean.

See also
HIC_Set_Polymarker_Findex_Color_Interpolation
HC_EXTERNAL HIC_API int HIC_Show_Polymarker_Length ( HIC_Polymarker const *  pm)
Parameters
pmA pointer to a const HIC_Polymarker.
Returns
An int.

This function returns the polymarker length as an int.

HC_EXTERNAL HIC_API int HIC_Show_Polymarker_Point_Count ( HIC_Polymarker const *  pm)
Parameters
pmA pointer to a const HIC_Polymarker.
Returns
An int.

This function returns the number of points in a polymarker as an int.

HC_EXTERNAL HIC_API HIC_Point const* HIC_Show_Polymarker_Points ( HIC_Polymarker const *  pm)
Parameters
pmA pointer to a const HIC_Polymarker.
Returns
A pointer to a const HIC_Point.

This function returns polymarker points.

HC_EXTERNAL HIC_API HIC_RGB const* HIC_Show_Polymarker_Vertex_Colors ( HIC_Polymarker const *  pm)
Parameters
pmA pointer to a const HIC_Polymarker.
Returns
A pointer to a const HIC_RGB, a structure of three floats, each between zero and one.

This function returns the polymarker vertex colors as a structure of three floats, all between zero and one.

HC_EXTERNAL HIC_API float const* HIC_Show_Polymarker_Vertex_Findices ( HIC_Polymarker const *  pm)
Parameters
pmA pointer to a const HIC_Polymarker.
Returns
A pointer to a const float.

This function returns the polymarker vertex findices.

HC_EXTERNAL HIC_API int const* HIC_Show_Polymarker_Vertex_Indices ( HIC_Polymarker const *  pm)
Parameters
pmA pointer to a const HIC_Polymarker.
Returns
A const int pointer.

This function returns the polymarker vertex indices.

HC_EXTERNAL HIC_API HIC_Vector const* HIC_Show_Polymarker_Vertex_Normals ( HIC_Polymarker const *  pm)
Parameters
pmA pointer to a const HIC_Polymarker.
Returns
A pointer to a const HIC_Vector.

This function returns the polymarker vertex normals.

HC_EXTERNAL HIC_API HIC_Integer32 HIC_Show_Polymarker_Vertex_Parameter_Width ( HIC_Polymarker const *  pm)
Parameters
pmA pointer to a const HIC_Polymarker.
Returns
A HIC_Integer32.

This function returns polymarker vertex parameter width.

HC_EXTERNAL HIC_API HIC_Parameter const* HIC_Show_Polymarker_Vertex_Parameters ( HIC_Polymarker const *  pm)
Parameters
pmA pointer to a const HIC_Polymarker.
Returns
A pointer to a const HIC_Parameter.

This function returns the polymarker vertex parameters.