Internal: the picture of a MSWParser. More...
Classes | |
struct | Zone |
Public Member Functions | |
Picture () | |
Public Attributes | |
Box2i | m_dim |
the dimension | |
std::vector< Zone > | m_picturesList |
the list of picture | |
int | m_flag |
an unknown flag | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Picture const &pict) |
operator<< |
Internal: the picture of a MSWParser.
MSWParserInternal::Picture::Picture | ( | ) | [inline] |
std::ostream& operator<< | ( | std::ostream & | o, |
Picture const & | pict | ||
) | [friend] |
operator<<
the dimension
Referenced by MSWParser::readPicture(), and MSWParser::sendPicture().
an unknown flag
Referenced by MSWParser::readPicture().
std::vector<Zone> MSWParserInternal::Picture::m_picturesList |
the list of picture
Referenced by MSWParser::sendPicture().