#include <HUtilityPMI.h>
Public Member Functions | |
void | GetLinePattern (char out_pattern[1024]) const |
unsigned int | GetPointCount () const |
void | GetPoints (unsigned int &out_count, float out_points[]) const |
void | GetPoints (unsigned int &out_count, Point out_points[]) const |
void | GetRGBColor (float &out_r, float &out_g, float &out_b) const |
void | GetRGBColor (RGBColor &out_color) const |
Polyline const & | operator= (Polyline const &that) |
Polyline (Polyline const &that) | |
void | Set (Polyline const &that) |
void | SetLinePattern (char const in_pattern[1024]) |
void | SetPoints (unsigned int in_count, float const in_points[]) |
void | SetPoints (unsigned int in_count, Point const in_points[]) |
void | SetRGBColor (float const in_r, float const in_g, float const in_b) |
void | SetRGBColor (RGBColor const &in_color) |
void PMI::Polyline::GetLinePattern | ( | char | out_pattern[1024] | ) | const |
Gets the line pattern for this Polyline. Returned to the user.
unsigned int PMI::Polyline::GetPointCount | ( | ) | const |
void PMI::Polyline::GetPoints | ( | unsigned int & | out_count, | |
float | out_points[] | |||
) | const |
Gets the points for this Polyline.
void PMI::Polyline::GetPoints | ( | unsigned int & | out_count, | |
Point | out_points[] | |||
) | const |
Gets the points for this Polyline.
void PMI::Polyline::GetRGBColor | ( | float & | out_r, | |
float & | out_g, | |||
float & | out_b | |||
) | const |
Gets the color for this Polyline. Returned to the user.
void PMI::Polyline::GetRGBColor | ( | RGBColor & | out_color | ) | const |
Gets the color for this Polyline. Returned to the user.
void PMI::Polyline::SetLinePattern | ( | char const | in_pattern[1024] | ) |
Sets the line pattern for this Polyline. This will replace an existing line pattern.
void PMI::Polyline::SetPoints | ( | unsigned int | in_count, | |
float const | in_points[] | |||
) |
void PMI::Polyline::SetPoints | ( | unsigned int | in_count, | |
Point const | in_points[] | |||
) |
void PMI::Polyline::SetRGBColor | ( | float const | in_r, | |
float const | in_g, | |||
float const | in_b | |||
) |
Sets the color for this Polyline. This will replace an existing color.
void PMI::Polyline::SetRGBColor | ( | RGBColor const & | in_color | ) |
Sets the color for this Polyline. This will replace an existing color.