Set_Polymarker_XXX
Functions
Detailed Description
-
group
Set_Polymarker_XXX
Function Documentation
-
void
HIC_Set_Polymarker_Points
(HIC_Polymarker const *pm, HIC_Point const pts[]) This function sets a HOOPS polymarker data structure.
Parameters: - 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.
-
void
HIC_Set_Polymarker_Length
(HIC_Polymarker const *pm, int len) This function sets the polymarker length.
Parameters: - pm – A pointer to a const HIC_Polymarker.
- len – An int.
-
void
HIC_Set_Polymarker_Vertex_Indices
(HIC_Polymarker const *pm, int const *vi) This function sets the polymarker vertex indices.
Parameters: - pm – A pointer to a const HIC_Polymarker.
- vi – An int pointer.
-
void
HIC_Set_Polymarker_Vertex_Colors
(HIC_Polymarker const *pm, HIC_RGB const *vcolors) This function sets vertex colors of a HOOPS polymarker data structure.
Parameters: - pm – A pointer to a const HIC_Polymarker.
- vcolors – A HIC_RGB, a structure of three floats, each between zero and one.
-
void
HIC_Set_Polymarker_Vertex_Findices
(HIC_Polymarker const *pm, float const *vfindices) This funciton sets vertex findices of a HOOPS polymarker data structure.
Parameters: - pm – A pointer to a const HIC_Polymarker.
- vfindices – A pointer to a float.
-
void
HIC_Set_Polymarker_Vertex_Normals
(HIC_Polymarker const *pm, HIC_Vector const *vnormals) This function sets vertex normals of a HOOPS polymarker data structure.
Parameters: - pm – A pointer to a const HIC_Polymarker.
- vnormals – A pointer to a HIC_Vector.
-
void
HIC_Set_Polymarker_Vertex_Parameters
(HIC_Polymarker const *pm, HIC_Parameter const *vparameters) This function sets vertex parameters of a HOOPS polymarker data structure.
Parameters: - pm – A pointer to a const HIC_Polymarker.
- vparameters – A pointer to a HIC_Parameter.
-
void
HIC_Set_Polymarker_Vertex_Parameter_Width
(HIC_Polymarker const *pm, HIC_Integer32 width) This function sets vertex parameter width of a HOOPS polymarker data structure.
Parameters: - pm – A pointer to a const HIC_Polymarker.
- width – A HIC_Integer32.
-
void
HIC_Set_Polymarker_Findex_Color_Interpolation
(HIC_Polymarker const *pm, int flag) This function sets findex color interpolation of a polymarker data structure.
Parameters: - pm – A pointer to a const HIC_Polymarker.
- flag – A boolean.