Functions
Show_Tristrip_XXX

Functions

HC_EXTERNAL HIC_API HIC_Point
const * 
HIC_Show_Tristrip_Points (HIC_Tristrip const *ts)
 
HC_EXTERNAL HIC_API int HIC_Show_Tristrip_Point_Count (HIC_Tristrip const *ts)
 
HC_EXTERNAL HIC_API int HIC_Show_Tristrip_Face_Count (HIC_Tristrip const *ts)
 
HC_EXTERNAL HIC_API int HIC_Show_Tristrip_Strips (HIC_Tristrip const *ts)
 
HC_EXTERNAL HIC_API int const * HIC_Show_Tristrip_Lengths (HIC_Tristrip const *ts)
 
HC_EXTERNAL HIC_API int const * HIC_Show_Tristrip_Vertex_Indices (HIC_Tristrip const *ts)
 
HC_EXTERNAL HIC_API int const * HIC_Show_Tristrip_Face_Indices (HIC_Tristrip const *ts)
 
HC_EXTERNAL HIC_API HIC_RGB const * HIC_Show_Tristrip_Face_Colors (HIC_Tristrip const *ts)
 
HC_EXTERNAL HIC_API HIC_Plane
const * 
HIC_Show_Tristrip_Face_Normals (HIC_Tristrip const *ts)
 
HC_EXTERNAL HIC_API HIC_RGB const * HIC_Show_Tristrip_Vertex_Colors (HIC_Tristrip const *ts)
 
HC_EXTERNAL HIC_API float const * HIC_Show_Tristrip_Vertex_Findices (HIC_Tristrip const *ts)
 
HC_EXTERNAL HIC_API HIC_Vector
const * 
HIC_Show_Tristrip_Vertex_Normals (HIC_Tristrip const *ts)
 
HC_EXTERNAL HIC_API
HIC_Parameter const * 
HIC_Show_Tristrip_Vertex_Parameters (HIC_Tristrip const *ts)
 
HC_EXTERNAL HIC_API HIC_Integer32 HIC_Show_Tristrip_Vertex_Parameter_Width (HIC_Tristrip const *ts)
 
HC_EXTERNAL HIC_API bool HIC_Show_Tristrip_Findex_Color_Interpolation (HIC_Tristrip const *ts)
 

Detailed Description

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

Function Documentation

HC_EXTERNAL HIC_API HIC_RGB const* HIC_Show_Tristrip_Face_Colors ( HIC_Tristrip const *  ts)
Parameters
tsA pointer to a const HIC_Tristrip.
Returns
A pointer to a const HIC_RGB, a structure of three floats, each between zero and one.

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

HC_EXTERNAL HIC_API int HIC_Show_Tristrip_Face_Count ( HIC_Tristrip const *  ts)
Parameters
tsA pointer to a const HIC_Tristrip.
Returns
An int.

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

HC_EXTERNAL HIC_API int const* HIC_Show_Tristrip_Face_Indices ( HIC_Tristrip const *  ts)
Parameters
tsA pointer to a const HIC_Tristrip.
Returns
A const int pointer.

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

HC_EXTERNAL HIC_API HIC_Plane const* HIC_Show_Tristrip_Face_Normals ( HIC_Tristrip const *  ts)
Parameters
tsA pointer to a const HIC_Tristrip.
Returns
A pointer to a const HIC_Plane.

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

HC_EXTERNAL HIC_API bool HIC_Show_Tristrip_Findex_Color_Interpolation ( HIC_Tristrip const *  ts)
Parameters
tsA pointer to a const HIC_Tristrip.
Returns
A boolean.

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

HC_EXTERNAL HIC_API int const* HIC_Show_Tristrip_Lengths ( HIC_Tristrip const *  ts)
Parameters
tsA pointer to a const HIC_Tristrip.
Returns
A const int pointer.

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

HC_EXTERNAL HIC_API int HIC_Show_Tristrip_Point_Count ( HIC_Tristrip const *  ts)
Parameters
tsA pointer to a const HIC_Tristrip.
Returns
An int.

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

HC_EXTERNAL HIC_API HIC_Point const* HIC_Show_Tristrip_Points ( HIC_Tristrip const *  ts)
Parameters
tsA pointer to a const HIC_Tristrip.
Returns
A pointer to a a const HIC_Point.

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

HC_EXTERNAL HIC_API int HIC_Show_Tristrip_Strips ( HIC_Tristrip const *  ts)
Parameters
tsA pointer to a const HIC_Tristrip.
Returns
An int.

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

HC_EXTERNAL HIC_API HIC_RGB const* HIC_Show_Tristrip_Vertex_Colors ( HIC_Tristrip const *  ts)
Parameters
tsA pointer to a const HIC_Tristrip.
Returns
A pointer to a const HIC_RGB, a structure of three floats, each between zero and one.

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

HC_EXTERNAL HIC_API float const* HIC_Show_Tristrip_Vertex_Findices ( HIC_Tristrip const *  ts)
Parameters
tsA pointer to a const HIC_Tristrip.
Returns
A pointer to a const float.

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

HC_EXTERNAL HIC_API int const* HIC_Show_Tristrip_Vertex_Indices ( HIC_Tristrip const *  ts)
Parameters
tsA pointer to a const HIC_Tristrip.
Returns
A const int pointer.

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

HC_EXTERNAL HIC_API HIC_Vector const* HIC_Show_Tristrip_Vertex_Normals ( HIC_Tristrip const *  ts)
Parameters
tsA pointer to a const HIC_Tristrip.
Returns
A pointer to a const HIC_Vector.

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

HC_EXTERNAL HIC_API HIC_Integer32 HIC_Show_Tristrip_Vertex_Parameter_Width ( HIC_Tristrip const *  ts)
Parameters
tsA pointer to a const HIC_Tristrip.
Returns
A HIC_Integer.

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

HC_EXTERNAL HIC_API HIC_Parameter const* HIC_Show_Tristrip_Vertex_Parameters ( HIC_Tristrip const *  ts)
Parameters
tsA pointer to a const HIC_Tristrip.
Returns
A pointer to a const HIC_Parameter.

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