
#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[]) |
This class represents a collection of polygons, which can be associated to an Entity.
| unsigned int PMI::Drawing::GetPolygonCount | ( | ) | const |
| void PMI::Drawing::GetPolygons | ( | unsigned int & | out_count, |
| Polygon | out_polygons[] | ||
| ) | const |
| void PMI::Drawing::SetPolygons | ( | unsigned int | in_count, |
| Polygon const | in_polygons[] | ||
| ) |