Show_Polymarker_XXX

Detailed Description

group Show_Polymarker_XXX

Function Documentation

HIC_Point const *HIC_Show_Polymarker_Points(HIC_Polymarker const *pm)

This function returns polymarker points.

Parameters:pm – A pointer to a const HIC_Polymarker.
Returns:A pointer to a const HIC_Point.
int HIC_Show_Polymarker_Point_Count(HIC_Polymarker const *pm)

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

Parameters:pm – A pointer to a const HIC_Polymarker.
Returns:An int.
int HIC_Show_Polymarker_Length(HIC_Polymarker const *pm)

This function returns the polymarker length as an int.

Parameters:pm – A pointer to a const HIC_Polymarker.
Returns:An int.
int const *HIC_Show_Polymarker_Vertex_Indices(HIC_Polymarker const *pm)

This function returns the polymarker vertex indices.

Parameters:pm – A pointer to a const HIC_Polymarker.
Returns:A const int pointer.
HIC_RGB const *HIC_Show_Polymarker_Vertex_Colors(HIC_Polymarker const *pm)

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

Parameters:pm – A pointer to a const HIC_Polymarker.
Returns:A pointer to a const HIC_RGB, a structure of three floats, each between zero and one.
float const *HIC_Show_Polymarker_Vertex_Findices(HIC_Polymarker const *pm)

This function returns the polymarker vertex findices.

Parameters:pm – A pointer to a const HIC_Polymarker.
Returns:A pointer to a const float.
HIC_Vector const *HIC_Show_Polymarker_Vertex_Normals(HIC_Polymarker const *pm)

This function returns the polymarker vertex normals.

Parameters:pm – A pointer to a const HIC_Polymarker.
Returns:A pointer to a const HIC_Vector.
HIC_Parameter const *HIC_Show_Polymarker_Vertex_Parameters(HIC_Polymarker const *pm)

This function returns the polymarker vertex parameters.

Parameters:pm – A pointer to a const HIC_Polymarker.
Returns:A pointer to a const HIC_Parameter.
HIC_Integer32 HIC_Show_Polymarker_Vertex_Parameter_Width(HIC_Polymarker const *pm)

This function returns polymarker vertex parameter width.

Parameters:pm – A pointer to a const HIC_Polymarker.
Returns:A HIC_Integer32.
int HIC_Show_Polymarker_Findex_Color_Interpolation(HIC_Polymarker const *pm)

This function returns polymarker findex color interpolation as a boolean.

Parameters:pm – A pointer to a const HIC_Polymarker.
Returns:A boolean.