PMI::Drawing Class Reference
#include <HUtilityPMI.h>
Public Member Functions | |
Drawing (Drawing const &that) | |
unsigned int | GetPolygonCount () const |
void | GetPolygons (unsigned int &out_count, Polygon out_polygons[]) const |
Drawing const & | operator= (Drawing const &that) |
void | Set (Drawing const &that) |
void | SetPolygons (unsigned int in_count, Polygon const in_polygons[]) |
Detailed Description
This class represents a collection of polygons, which can be associated to an Entity.
Member Function Documentation
◆ GetPolygonCount()
unsigned int PMI::Drawing::GetPolygonCount | ( | ) | const |
- Returns
- the number of Polygons in this Drawing
◆ GetPolygons()
void PMI::Drawing::GetPolygons | ( | unsigned int & | out_count, |
Polygon | out_polygons[] | ||
) | const |
◆ SetPolygons()
void PMI::Drawing::SetPolygons | ( | unsigned int | in_count, |
Polygon const | in_polygons[] | ||
) |
The documentation for this class was generated from the following file: