Set_Polymarker_XXX

Functions

void

HIC_Set_Polymarker_Points

void

HIC_Set_Polymarker_Length

void

HIC_Set_Polymarker_Vertex_Indices

void

HIC_Set_Polymarker_Vertex_Colors

void

HIC_Set_Polymarker_Vertex_Findices

void

HIC_Set_Polymarker_Vertex_Normals

void

HIC_Set_Polymarker_Vertex_Parameters

void

HIC_Set_Polymarker_Vertex_Parameter_Width

void

HIC_Set_Polymarker_Findex_Color_Interpolation

Detailed Description

group Set_Polymarker_XXX

Function Documentation

void HIC_Set_Polymarker_Points(HIC_Polymarker *pm, HIC_Point 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 *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 *pm, int *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 *pm, HIC_RGB *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 *pm, float *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 *pm, HIC_Vector *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 *pm, HIC_Parameter *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 *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 *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.