Function Index Class Index

Set_Polymarker_XXX

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)
 

Detailed Description

Function Documentation

HC_EXTERNAL HIC_API void HIC_Set_Polymarker_Findex_Color_Interpolation ( HIC_Polymarker const *  pm,
bool  flag 
)
Parameters
pmA pointer to a const HIC_Polymarker.
flagA 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 
)
Parameters
pmA pointer to a const HIC_Polymarker.
lenAn int.

This function sets the polymarker length.

HC_EXTERNAL HIC_API void HIC_Set_Polymarker_Points ( HIC_Polymarker const *  pm,
HIC_Point const  pts[] 
)
Parameters
pmA pointer to a const HIC_Polymarker.
ptsA 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 
)
Parameters
pmA pointer to a const HIC_Polymarker.
vcolorsA 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 
)
Parameters
pmA pointer to a const HIC_Polymarker.
vfindicesA 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 
)
Parameters
pmA pointer to a const HIC_Polymarker.
viAn 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 
)
Parameters
pmA pointer to a const HIC_Polymarker.
vnormalsA 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 
)
Parameters
pmA pointer to a const HIC_Polymarker.
widthA 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 
)
Parameters
pmA pointer to a const HIC_Polymarker.
vparametersA pointer to a HIC_Parameter.

This function sets vertex parameters of a HOOPS polymarker data structure.