internal: low level class to store a region More...
| Public Member Functions | |
| Region () | |
| constructor  More... | |
| Public Attributes | |
| MWAWBox2i | m_bdBox | 
| the bdbox  More... | |
| std::vector< MWAWVec2i > | m_points | 
| the set of points which defines the mask  More... | |
| std::string | m_extra | 
| extra data  More... | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, Region const &rgn) | 
| operator<<  More... | |
internal: low level class to store a region
| 
 | inline | 
constructor
| 
 | friend | 
operator<<
| MWAWBox2i ApplePictParserInternal::Region::m_bdBox | 
the bdbox
Referenced by ApplePictParser::readRegion().
| std::string ApplePictParserInternal::Region::m_extra | 
extra data
Referenced by ApplePictParser::readRegion().
| std::vector<MWAWVec2i> ApplePictParserInternal::Region::m_points | 
the set of points which defines the mask
Referenced by ApplePictParser::readRegion().