#######
Polygon
#######

.. cpp:namespace:: PMI::Polygon

.. default-domain:: cpp

Functions
=========

=================================== ===============================================================================================================
..                                  :cpp:func:`Polygon <PMI::Polygon::Polygon>`                                                                    
..                                  :cpp:func:`Polygon <PMI::Polygon::Polygon>`                                                                    
..                                  :cpp:func:`~Polygon <PMI::Polygon::~Polygon>`                                                                  
void                                :cpp:func:`Set <void PMI::Polygon::Set(Polygon const &that)>`                                                  
:doc:`classPMI_1_1Polygon` const &  :cpp:func:`operator= <Polygon const  & PMI::Polygon::operator=(Polygon const &that)>`                          
void                                :cpp:func:`GetRGBColor <void PMI::Polygon::GetRGBColor(RGBColor &out_color) const>`                            
void                                :cpp:func:`GetRGBColor <void PMI::Polygon::GetRGBColor(float &out_r, float &out_g, float &out_b) const>`       
void                                :cpp:func:`SetRGBColor <void PMI::Polygon::SetRGBColor(RGBColor const &in_color)>`                             
void                                :cpp:func:`SetRGBColor <void PMI::Polygon::SetRGBColor(float const in_r, float const in_g, float const in_b)>` 
unsigned int                        :cpp:func:`GetPointCount <unsigned int PMI::Polygon::GetPointCount() const>`                                   
void                                :cpp:func:`GetPoints <void PMI::Polygon::GetPoints(unsigned int &out_count, Point out_points[]) const>`        
void                                :cpp:func:`GetPoints <void PMI::Polygon::GetPoints(unsigned int &out_count, float out_points[]) const>`        
void                                :cpp:func:`SetPoints <void PMI::Polygon::SetPoints(unsigned int in_count, Point const in_points[])>`           
void                                :cpp:func:`SetPoints <void PMI::Polygon::SetPoints(unsigned int in_count, float const in_points[])>`           
=================================== ===============================================================================================================

.. cpp:namespace:: nullptr

Detailed Description
====================

.. doxygenclass:: PMI::Polygon
   :project: mvo
   :members:
   :undoc-members:



