a bool container with a function to put packed row More...
#include <MWAWPictBitmap.hxx>
Public Member Functions | |
| MWAWPictBitmapContainerBool (MWAWVec2i const &sz) | |
| constructor | |
| int | cmp (MWAWPictBitmapContainerBool const &orig) const |
| a comparison operator | |
| void | setRowPacked (int j, unsigned char const *val) |
| allows to use packed m_data | |
a bool container with a function to put packed row
| MWAWPictBitmapContainerBool::MWAWPictBitmapContainerBool | ( | MWAWVec2i const & | sz | ) | [inline] |
constructor
| int MWAWPictBitmapContainerBool::cmp | ( | MWAWPictBitmapContainerBool const & | orig | ) | const [inline] |
a comparison operator
Referenced by MWAWPictBitmapBW::cmp().
| void MWAWPictBitmapContainerBool::setRowPacked | ( | int | j, |
| unsigned char const * | val | ||
| ) | [inline] |
allows to use packed m_data
Referenced by MWAWPictBitmapBW::setRowPacked().