Internal and low level: class used to read/store a picture region. More...
| Public Member Functions | |
| Region () | |
| bool | read (MWAWInputStream &input) | 
| tries to read the data  More... | |
| Protected Attributes | |
| MWAWBox2i | m_box | 
| the bounding box  More... | |
| std::vector< MWAWVec2i > | m_points | 
| the set of points which defines the mask  More... | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, Region const &f) | 
| operator << for a Region  More... | |
Internal and low level: class used to read/store a picture region.
A region is formed by bounding box followed by an array of bits which indicate which defines a mask
| 
 | inline | 
| 
 | inline | 
tries to read the data
| 
 | protected | 
the set of points which defines the mask
Referenced by read().