Functions | |
HC_EXTERNAL HIC_API void | HIC_Set_Polyedge_Edge_Colors (HIC_Polyedge const *pe, HIC_RGB const *ecolors) |
HC_EXTERNAL HIC_API void | HIC_Set_Polyedge_Edge_Indices (HIC_Polyedge const *pe, int *ei) |
HC_EXTERNAL HIC_API void | HIC_Set_Polyedge_Edge_Normals (HIC_Polyedge const *pe, HIC_Vector *enormals) |
HC_EXTERNAL HIC_API void | HIC_Set_Polyedge_Findex_Color_Interpolation (HIC_Polyedge const *pe, bool flag) |
HC_EXTERNAL HIC_API void | HIC_Set_Polyedge_Lengths (HIC_Polyedge const *pe, int *lns) |
HC_EXTERNAL HIC_API void | HIC_Set_Polyedge_Points (HIC_Polyedge const *pe, HIC_Point *pts) |
HC_EXTERNAL HIC_API void | HIC_Set_Polyedge_Strips (HIC_Polyedge const *pe, int str) |
HC_EXTERNAL HIC_API void | HIC_Set_Polyedge_Vertex_Colors (HIC_Polyedge const *pe, HIC_RGB *vcolors) |
HC_EXTERNAL HIC_API void | HIC_Set_Polyedge_Vertex_Findices (HIC_Polyedge const *pe, float *vfindices) |
HC_EXTERNAL HIC_API void | HIC_Set_Polyedge_Vertex_Indices (HIC_Polyedge const *pe, int *vi) |
HC_EXTERNAL HIC_API void | HIC_Set_Polyedge_Vertex_Normals (HIC_Polyedge const *pe, HIC_Vector *vnormals) |
HC_EXTERNAL HIC_API void | HIC_Set_Polyedge_Vertex_Parameter_Width (HIC_Polyedge const *pe, HIC_Integer32 width) |
HC_EXTERNAL HIC_API void | HIC_Set_Polyedge_Vertex_Parameters (HIC_Polyedge const *pe, HIC_Parameter *vparameters) |
HC_EXTERNAL HIC_API HIC_RGB const * | HIC_Show_Polyedge_Edge_Colors (HIC_Polyedge const *pe) |
HC_EXTERNAL HIC_API int | HIC_Show_Polyedge_Edge_Count (HIC_Polyedge const *pe) |
HC_EXTERNAL HIC_API int const * | HIC_Show_Polyedge_Edge_Indices (HIC_Polyedge const *pe) |
HC_EXTERNAL HIC_API HIC_Vector const * | HIC_Show_Polyedge_Edge_Normals (HIC_Polyedge const *pe) |
HC_EXTERNAL HIC_API bool | HIC_Show_Polyedge_Findex_Color_Interpolation (HIC_Polyedge const *pe) |
HC_EXTERNAL HIC_API int const * | HIC_Show_Polyedge_Lengths (HIC_Polyedge const *pe) |
HC_EXTERNAL HIC_API int | HIC_Show_Polyedge_Point_Count (HIC_Polyedge const *pe) |
HC_EXTERNAL HIC_API HIC_Point const * | HIC_Show_Polyedge_Points (HIC_Polyedge const *pe) |
HC_EXTERNAL HIC_API int | HIC_Show_Polyedge_Strips (HIC_Polyedge const *pe) |
HC_EXTERNAL HIC_API HIC_RGB const * | HIC_Show_Polyedge_Vertex_Colors (HIC_Polyedge const *pe) |
HC_EXTERNAL HIC_API float const * | HIC_Show_Polyedge_Vertex_Findices (HIC_Polyedge const *pe) |
HC_EXTERNAL HIC_API int const * | HIC_Show_Polyedge_Vertex_Indices (HIC_Polyedge const *pe) |
HC_EXTERNAL HIC_API HIC_Vector const * | HIC_Show_Polyedge_Vertex_Normals (HIC_Polyedge const *pe) |
HC_EXTERNAL HIC_API HIC_Integer32 | HIC_Show_Polyedge_Vertex_Parameter_Width (HIC_Polyedge const *pe) |
HC_EXTERNAL HIC_API HIC_Parameter const * | HIC_Show_Polyedge_Vertex_Parameters (HIC_Polyedge const *pe) |
HC_EXTERNAL HIC_API void HIC_Set_Polyedge_Edge_Colors | ( | HIC_Polyedge const * | pe, | |
HIC_RGB const * | ecolors | |||
) |
pe | A pointer to a const HIC_Polyedge. | |
ecolors | A pointer to a HIC_RGB, a structure of three floats, each between zero and one. |
HC_EXTERNAL HIC_API void HIC_Set_Polyedge_Edge_Indices | ( | HIC_Polyedge const * | pe, | |
int * | ei | |||
) |
pe | A pointer to a const HIC_Polyedge. | |
ei | An int pointer. |
HC_EXTERNAL HIC_API void HIC_Set_Polyedge_Edge_Normals | ( | HIC_Polyedge const * | pe, | |
HIC_Vector * | enormals | |||
) |
pe | A pointer to a const HIC_Polyedge. | |
enormals | A pointer to a HIC_Vector. |
HC_EXTERNAL HIC_API void HIC_Set_Polyedge_Findex_Color_Interpolation | ( | HIC_Polyedge const * | pe, | |
bool | flag | |||
) |
pe | A pointer to a const HIC_Polyedge. | |
flag | A boolean. |
HC_EXTERNAL HIC_API void HIC_Set_Polyedge_Lengths | ( | HIC_Polyedge const * | pe, | |
int * | lns | |||
) |
pe | A pointer to a const HIC_Polyedge. | |
lns | An int pointer. |
HC_EXTERNAL HIC_API void HIC_Set_Polyedge_Points | ( | HIC_Polyedge const * | pe, | |
HIC_Point * | pts | |||
) |
pe | A pointer to a const HIC_Polyedge. | |
pts | A pointer to a HIC_Point. |
HC_EXTERNAL HIC_API void HIC_Set_Polyedge_Strips | ( | HIC_Polyedge const * | pe, | |
int | str | |||
) |
pe | A pointer to a const HIC_Polyedge. | |
str | An int. |
HC_EXTERNAL HIC_API void HIC_Set_Polyedge_Vertex_Colors | ( | HIC_Polyedge const * | pe, | |
HIC_RGB * | vcolors | |||
) |
pe | A pointer to a const HIC_Polyedge. | |
vcolors | A pointer to a HIC_RGB, a structure of three floats, each between zero and one. |
HC_EXTERNAL HIC_API void HIC_Set_Polyedge_Vertex_Findices | ( | HIC_Polyedge const * | pe, | |
float * | vfindices | |||
) |
pe | A pointer to a const HIC_Polyedge. | |
vfindices | A float pointer. |
HC_EXTERNAL HIC_API void HIC_Set_Polyedge_Vertex_Indices | ( | HIC_Polyedge const * | pe, | |
int * | vi | |||
) |
pe | A pointer to a const HIC_Polyedge. | |
vi | An int pointer. |
HC_EXTERNAL HIC_API void HIC_Set_Polyedge_Vertex_Normals | ( | HIC_Polyedge const * | pe, | |
HIC_Vector * | vnormals | |||
) |
pe | A pointer to a const HIC_Polyedge. | |
vnormals | A pointer to a HIC_Vector. |
HC_EXTERNAL HIC_API void HIC_Set_Polyedge_Vertex_Parameter_Width | ( | HIC_Polyedge const * | pe, | |
HIC_Integer32 | width | |||
) |
pe | A pointer to a const HIC_Polyedge. | |
width | An HIC_Integer32. |
HC_EXTERNAL HIC_API void HIC_Set_Polyedge_Vertex_Parameters | ( | HIC_Polyedge const * | pe, | |
HIC_Parameter * | vparameters | |||
) |
pe | A pointer to a const HIC_Polyedge. | |
vparameters | A pointer to a HIC_Parameter. |
HC_EXTERNAL HIC_API HIC_RGB const* HIC_Show_Polyedge_Edge_Colors | ( | HIC_Polyedge const * | pe | ) |
pe | A pointer to a const HIC_Polyedge. |
HC_EXTERNAL HIC_API int HIC_Show_Polyedge_Edge_Count | ( | HIC_Polyedge const * | pe | ) |
pe | A pointer to a const HIC_Polyedge. |
HC_EXTERNAL HIC_API int const* HIC_Show_Polyedge_Edge_Indices | ( | HIC_Polyedge const * | pe | ) |
pe | A pointer to a const HIC_Polyedge. |
HC_EXTERNAL HIC_API HIC_Vector const* HIC_Show_Polyedge_Edge_Normals | ( | HIC_Polyedge const * | pe | ) |
pe | A pointer to a const HIC_Polyedge. |
HC_EXTERNAL HIC_API bool HIC_Show_Polyedge_Findex_Color_Interpolation | ( | HIC_Polyedge const * | pe | ) |
pe | A pointer to a const HIC_Polyedge. |
HC_EXTERNAL HIC_API int const* HIC_Show_Polyedge_Lengths | ( | HIC_Polyedge const * | pe | ) |
pe | A pointer to a const HIC_Polyedge. |
HC_EXTERNAL HIC_API int HIC_Show_Polyedge_Point_Count | ( | HIC_Polyedge const * | pe | ) |
pe | A pointer to a const HIC_Polyedge. |
HC_EXTERNAL HIC_API HIC_Point const* HIC_Show_Polyedge_Points | ( | HIC_Polyedge const * | pe | ) |
pe | A pointer to a const HIC_Polyedge. |
HC_EXTERNAL HIC_API int HIC_Show_Polyedge_Strips | ( | HIC_Polyedge const * | pe | ) |
pe | A pointer to a const HIC_Polyedge. |
HC_EXTERNAL HIC_API HIC_RGB const* HIC_Show_Polyedge_Vertex_Colors | ( | HIC_Polyedge const * | pe | ) |
pe | A pointer to a const HIC_Polyedge. |
HC_EXTERNAL HIC_API float const* HIC_Show_Polyedge_Vertex_Findices | ( | HIC_Polyedge const * | pe | ) |
pe | A pointer to a const HIC_Polyedge. |
HC_EXTERNAL HIC_API int const* HIC_Show_Polyedge_Vertex_Indices | ( | HIC_Polyedge const * | pe | ) |
pe | A pointer to a const HIC_Polyedge. |
HC_EXTERNAL HIC_API HIC_Vector const* HIC_Show_Polyedge_Vertex_Normals | ( | HIC_Polyedge const * | pe | ) |
pe | A pointer to a const HIC_Polyedge. |
HC_EXTERNAL HIC_API HIC_Integer32 HIC_Show_Polyedge_Vertex_Parameter_Width | ( | HIC_Polyedge const * | pe | ) |
pe | A pointer to a const HIC_Polyedge. |
HC_EXTERNAL HIC_API HIC_Parameter const* HIC_Show_Polyedge_Vertex_Parameters | ( | HIC_Polyedge const * | pe | ) |
pe | A pointer to a const HIC_Polyedge. |