
Functions | |
| HC_EXTERNAL HIC_API void | HIC_Set_Polymarker_Findex_Color_Interpolation (HIC_Polymarker const *pm, bool flag) |
| HC_EXTERNAL HIC_API void | HIC_Set_Polymarker_Length (HIC_Polymarker const *pm, int len) |
| HC_EXTERNAL HIC_API void | HIC_Set_Polymarker_Points (HIC_Polymarker const *pm, HIC_Point const pts[]) |
| HC_EXTERNAL HIC_API void | HIC_Set_Polymarker_Vertex_Colors (HIC_Polymarker const *pm, HIC_RGB const *vcolors) |
| HC_EXTERNAL HIC_API void | HIC_Set_Polymarker_Vertex_Findices (HIC_Polymarker const *pm, float const *vfindices) |
| HC_EXTERNAL HIC_API void | HIC_Set_Polymarker_Vertex_Indices (HIC_Polymarker const *pm, int const *vi) |
| HC_EXTERNAL HIC_API void | HIC_Set_Polymarker_Vertex_Normals (HIC_Polymarker const *pm, HIC_Vector const *vnormals) |
| HC_EXTERNAL HIC_API void | HIC_Set_Polymarker_Vertex_Parameter_Width (HIC_Polymarker const *pm, HIC_Integer32 width) |
| HC_EXTERNAL HIC_API void | HIC_Set_Polymarker_Vertex_Parameters (HIC_Polymarker const *pm, HIC_Parameter const *vparameters) |
| HC_EXTERNAL HIC_API void HIC_Set_Polymarker_Findex_Color_Interpolation | ( | HIC_Polymarker const * | pm, |
| bool | flag | ||
| ) |
| pm | A pointer to a const HIC_Polymarker. |
| flag | A boolean. |
This function sets findex color interpolation of a polymarker data structure.
| HC_EXTERNAL HIC_API void HIC_Set_Polymarker_Length | ( | HIC_Polymarker const * | pm, |
| int | len | ||
| ) |
| pm | A pointer to a const HIC_Polymarker. |
| len | An int. |
This function sets the polymarker length.
| HC_EXTERNAL HIC_API void HIC_Set_Polymarker_Points | ( | HIC_Polymarker const * | pm, |
| HIC_Point const | pts[] | ||
| ) |
| pm | A pointer to a const HIC_Polymarker. |
| pts | A pointer to a HIC_Point, the first in an array of 3D points that contains the vertices of all the polymarkers in the list. |
This function sets a HOOPS polymarker data structure.
| HC_EXTERNAL HIC_API void HIC_Set_Polymarker_Vertex_Colors | ( | HIC_Polymarker const * | pm, |
| HIC_RGB const * | vcolors | ||
| ) |
| pm | A pointer to a const HIC_Polymarker. |
| vcolors | A HIC_RGB, a structure of three floats, each between zero and one. |
This function sets vertex colors of a HOOPS polymarker data structure.
| HC_EXTERNAL HIC_API void HIC_Set_Polymarker_Vertex_Findices | ( | HIC_Polymarker const * | pm, |
| float const * | vfindices | ||
| ) |
| pm | A pointer to a const HIC_Polymarker. |
| vfindices | A pointer to a float. |
This funciton sets vertex findices of a HOOPS polymarker data structure.
| HC_EXTERNAL HIC_API void HIC_Set_Polymarker_Vertex_Indices | ( | HIC_Polymarker const * | pm, |
| int const * | vi | ||
| ) |
| pm | A pointer to a const HIC_Polymarker. |
| vi | An int pointer. |
This function sets the polymarker vertex indices.
| HC_EXTERNAL HIC_API void HIC_Set_Polymarker_Vertex_Normals | ( | HIC_Polymarker const * | pm, |
| HIC_Vector const * | vnormals | ||
| ) |
| pm | A pointer to a const HIC_Polymarker. |
| vnormals | A pointer to a HIC_Vector. |
This function sets vertex normals of a HOOPS polymarker data structure.
| HC_EXTERNAL HIC_API void HIC_Set_Polymarker_Vertex_Parameter_Width | ( | HIC_Polymarker const * | pm, |
| HIC_Integer32 | width | ||
| ) |
| pm | A pointer to a const HIC_Polymarker. |
| width | A HIC_Integer32. |
This function sets vertex parameter width of a HOOPS polymarker data structure.
| HC_EXTERNAL HIC_API void HIC_Set_Polymarker_Vertex_Parameters | ( | HIC_Polymarker const * | pm, |
| HIC_Parameter const * | vparameters | ||
| ) |
| pm | A pointer to a const HIC_Polymarker. |
| vparameters | A pointer to a HIC_Parameter. |
This function sets vertex parameters of a HOOPS polymarker data structure.