#include <mi32/mg2binary.h>
Inheritance diagram for MGD::DEVICE_BINARY:

Public Member Functions | |
| void | ClearAll () |
| ERRVALUE | ComputeRegion (BINARYTOREGIONINTERFACE &bintoreg) const |
| DEVICE_BINARY () | |
| bool | GetRange (INT32 x, INT32 y, INT32 x2, INT32 &endx) const |
| bool | GetValue (INT32 x, INT32 y) const |
| void | SetAll (bool value=true) |
| virtual COLORSPACE | v_GetColorSpace () const |
| virtual INT32 | v_GetLineBytes () const |
| virtual bool | v_UseAntiAliasing () const |
| virtual | ~DEVICE_BINARY () |
|
|
constructor
Definition at line 44 of file mg2binary.h. |
|
|
Destructor.
Definition at line 47 of file mg2binary.h. |
|
|
Clear the whole image to 0.
Definition at line 64 of file mg2binary.h. |
|
|
|
|
||||||||||||||||||||
|
Definition at line 74 of file mg2binary.h. |
|
||||||||||||
|
Definition at line 83 of file mg2binary.h. |
|
|
Set the whole image to 1 or 0.
Definition at line 89 of file mg2binary.h. |
|
|
Return the "native" COLORSPACE used by the display. Image operations using this colorspace will be more effeciant. Default implementation determines the colorspace from the DeviceInfo Reimplemented from MGD::DEVICE. Definition at line 49 of file mg2binary.h. |
|
|
Return the number of bytes needed to hold one line of image data. Should be overridden by derived class unless images are not possible (such as a pen plotter) Reimplemented from MGD::DEVICE. |
|
|
Indicate that we don't want low-level anti-aliasing as that would be kind of pointless on a binary device.
Reimplemented from MGD::DEVICE. Definition at line 58 of file mg2binary.h. |
1.3.8-20040913