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