Show_Polymarker_XXX
Functions | |
HC_EXTERNAL HIC_API bool | HIC_Show_Polymarker_Findex_Color_Interpolation (HIC_Polymarker const *pm) |
HC_EXTERNAL HIC_API int | HIC_Show_Polymarker_Length (HIC_Polymarker const *pm) |
HC_EXTERNAL HIC_API int | HIC_Show_Polymarker_Point_Count (HIC_Polymarker const *pm) |
HC_EXTERNAL HIC_API HIC_Point const * | HIC_Show_Polymarker_Points (HIC_Polymarker const *pm) |
HC_EXTERNAL HIC_API HIC_RGB const * | HIC_Show_Polymarker_Vertex_Colors (HIC_Polymarker const *pm) |
HC_EXTERNAL HIC_API float const * | HIC_Show_Polymarker_Vertex_Findices (HIC_Polymarker const *pm) |
HC_EXTERNAL HIC_API int const * | HIC_Show_Polymarker_Vertex_Indices (HIC_Polymarker const *pm) |
HC_EXTERNAL HIC_API HIC_Vector const * | HIC_Show_Polymarker_Vertex_Normals (HIC_Polymarker const *pm) |
HC_EXTERNAL HIC_API HIC_Integer32 | HIC_Show_Polymarker_Vertex_Parameter_Width (HIC_Polymarker const *pm) |
HC_EXTERNAL HIC_API HIC_Parameter const * | HIC_Show_Polymarker_Vertex_Parameters (HIC_Polymarker const *pm) |
Detailed Description
Function Documentation
◆ HIC_Show_Polymarker_Findex_Color_Interpolation()
HC_EXTERNAL HIC_API bool HIC_Show_Polymarker_Findex_Color_Interpolation | ( | HIC_Polymarker const * | pm | ) |
- Parameters
-
pm A pointer to a const HIC_Polymarker.
- Returns
- A boolean.
This function returns polymarker findex color interpolation as a boolean.
◆ HIC_Show_Polymarker_Length()
HC_EXTERNAL HIC_API int HIC_Show_Polymarker_Length | ( | HIC_Polymarker const * | pm | ) |
- Parameters
-
pm A pointer to a const HIC_Polymarker.
- Returns
- An int.
This function returns the polymarker length as an int.
◆ HIC_Show_Polymarker_Point_Count()
HC_EXTERNAL HIC_API int HIC_Show_Polymarker_Point_Count | ( | HIC_Polymarker const * | pm | ) |
- Parameters
-
pm A pointer to a const HIC_Polymarker.
- Returns
- An int.
This function returns the number of points in a polymarker as an int.
◆ HIC_Show_Polymarker_Points()
HC_EXTERNAL HIC_API HIC_Point const* HIC_Show_Polymarker_Points | ( | HIC_Polymarker const * | pm | ) |
- Parameters
-
pm A pointer to a const HIC_Polymarker.
- Returns
- A pointer to a const HIC_Point.
This function returns polymarker points.
◆ HIC_Show_Polymarker_Vertex_Colors()
HC_EXTERNAL HIC_API HIC_RGB const* HIC_Show_Polymarker_Vertex_Colors | ( | HIC_Polymarker const * | pm | ) |
- Parameters
-
pm A pointer to a const HIC_Polymarker.
- Returns
- A pointer to a const HIC_RGB, a structure of three floats, each between zero and one.
This function returns the polymarker vertex colors as a structure of three floats, all between zero and one.
◆ HIC_Show_Polymarker_Vertex_Findices()
HC_EXTERNAL HIC_API float const* HIC_Show_Polymarker_Vertex_Findices | ( | HIC_Polymarker const * | pm | ) |
- Parameters
-
pm A pointer to a const HIC_Polymarker.
- Returns
- A pointer to a const float.
This function returns the polymarker vertex findices.
◆ HIC_Show_Polymarker_Vertex_Indices()
HC_EXTERNAL HIC_API int const* HIC_Show_Polymarker_Vertex_Indices | ( | HIC_Polymarker const * | pm | ) |
- Parameters
-
pm A pointer to a const HIC_Polymarker.
- Returns
- A const int pointer.
This function returns the polymarker vertex indices.
◆ HIC_Show_Polymarker_Vertex_Normals()
HC_EXTERNAL HIC_API HIC_Vector const* HIC_Show_Polymarker_Vertex_Normals | ( | HIC_Polymarker const * | pm | ) |
- Parameters
-
pm A pointer to a const HIC_Polymarker.
- Returns
- A pointer to a const HIC_Vector.
This function returns the polymarker vertex normals.
◆ HIC_Show_Polymarker_Vertex_Parameter_Width()
HC_EXTERNAL HIC_API HIC_Integer32 HIC_Show_Polymarker_Vertex_Parameter_Width | ( | HIC_Polymarker const * | pm | ) |
- Parameters
-
pm A pointer to a const HIC_Polymarker.
- Returns
- A HIC_Integer32.
This function returns polymarker vertex parameter width.
◆ HIC_Show_Polymarker_Vertex_Parameters()
HC_EXTERNAL HIC_API HIC_Parameter const* HIC_Show_Polymarker_Vertex_Parameters | ( | HIC_Polymarker const * | pm | ) |
- Parameters
-
pm A pointer to a const HIC_Polymarker.
- Returns
- A pointer to a const HIC_Parameter.
This function returns the polymarker vertex parameters.