Show_Tristrip_XXX

Detailed Description

group Show_Tristrip_XXX

Note: lengths and *_indices are owned by the strips, not just references.

Function Documentation

HIC_Point const *HIC_Show_Tristrip_Points(HIC_Tristrip const *ts)

This function returns the points of a HOOPS tristrip data structure.

Parameters:ts – A pointer to a const HIC_Tristrip.
Returns:A pointer to a a const HIC_Point.
int HIC_Show_Tristrip_Point_Count(HIC_Tristrip const *ts)

This function returns the number of points in a HOOPS tristrip data structure.

Parameters:ts – A pointer to a const HIC_Tristrip.
Returns:An int.
int HIC_Show_Tristrip_Face_Count(HIC_Tristrip const *ts)

This function returns the number of faces in a HOOPS tristrip data structure.

Parameters:ts – A pointer to a const HIC_Tristrip.
Returns:An int.
int HIC_Show_Tristrip_Strips(HIC_Tristrip const *ts)

This function returns the strips of a HOOPS tristrip data structure.

Parameters:ts – A pointer to a const HIC_Tristrip.
Returns:An int.
int const *HIC_Show_Tristrip_Lengths(HIC_Tristrip const *ts)

This function returns the lengths of a HOOPS tristrip data structure.

Parameters:ts – A pointer to a const HIC_Tristrip.
Returns:A const int pointer.
int const *HIC_Show_Tristrip_Vertex_Indices(HIC_Tristrip const *ts)

This function returns the vertex indices of a HOOPS tristrip data structure.

Parameters:ts – A pointer to a const HIC_Tristrip.
Returns:A const int pointer.
int const *HIC_Show_Tristrip_Face_Indices(HIC_Tristrip const *ts)

This function returns the face indices of a HOOPS tristrip data sructure.

Parameters:ts – A pointer to a const HIC_Tristrip.
Returns:A const int pointer.
HIC_RGB const *HIC_Show_Tristrip_Face_Colors(HIC_Tristrip const *ts)

This function returns the face colors of a a HOOPS tristrip data structure.

Parameters:ts – A pointer to a const HIC_Tristrip.
Returns:A pointer to a const HIC_RGB, a structure of three floats, each between zero and one.
HIC_Plane const *HIC_Show_Tristrip_Face_Normals(HIC_Tristrip const *ts)

This function returns the face normals of a HOOPS tristrip data structure.

Parameters:ts – A pointer to a const HIC_Tristrip.
Returns:A pointer to a const HIC_Plane.
HIC_RGB const *HIC_Show_Tristrip_Vertex_Colors(HIC_Tristrip const *ts)

This function returns the vertex colors of a HOOPS tristrip data structure.

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

This function returns the vertex findices of a HOOPS tristrip data structure.

Parameters:ts – A pointer to a const HIC_Tristrip.
Returns:A pointer to a const float.
HIC_Vector const *HIC_Show_Tristrip_Vertex_Normals(HIC_Tristrip const *ts)

This function returns the vertex normals of a HOOPS tristrip data structure.

Parameters:ts – A pointer to a const HIC_Tristrip.
Returns:A pointer to a const HIC_Vector.
HIC_Parameter const *HIC_Show_Tristrip_Vertex_Parameters(HIC_Tristrip const *ts)

This function returns the vertex parameters of a HOOPS tristrip data structure.

Parameters:ts – A pointer to a const HIC_Tristrip.
Returns:A pointer to a const HIC_Parameter.
HIC_Integer32 HIC_Show_Tristrip_Vertex_Parameter_Width(HIC_Tristrip const *ts)

This function returns the vertex parameter width of a HOOPS tristrip data structure.

Parameters:ts – A pointer to a const HIC_Tristrip.
Returns:A HIC_Integer.
int HIC_Show_Tristrip_Findex_Color_Interpolation(HIC_Tristrip const *ts)

This function returns the findex color interpolation of a HOOPS tristrip data structure.

Parameters:ts – A pointer to a const HIC_Tristrip.
Returns:A boolean.