MGD::DEVICE_BINARY Class Reference
Base implementation of MGD::DEVICE for 1-bit visuals.
More...
#include <mi32/mg2binary.h>
List of all members.
Detailed Description
Base implementation of MGD::DEVICE for 1-bit visuals.
Constructor & Destructor Documentation
| MGD::DEVICE_BINARY::DEVICE_BINARY |
( |
|
) |
|
| virtual MGD::DEVICE_BINARY::~DEVICE_BINARY |
( |
|
) |
[virtual] |
Member Function Documentation
| void MGD::DEVICE_BINARY::ClearAll |
( |
|
) |
[inline] |
Clear the whole image to 0.
- Parameters:
-
| x2 | Maximum ending position |
| endx | Ending position (inclusive) RETURNED |
| bool MGD::DEVICE_BINARY::GetValue |
( |
INT32 |
x, |
|
|
INT32 |
y | |
|
) |
| | const [inline] |
| void MGD::DEVICE_BINARY::SetAll |
( |
bool |
value = true |
) |
[inline] |
Set the whole image to 1 or 0.
| virtual bool MGD::DEVICE_BINARY::v_GetRange |
( |
INT32 |
x, |
|
|
INT32 |
y, |
|
|
INT32 |
x2, |
|
|
INT32 & |
endx | |
|
) |
| | const [private, pure virtual] |
- Parameters:
-
| x2 | Maximum ending position |
| endx | Ending position (inclusive) RETURNED |
| virtual bool MGD::DEVICE_BINARY::v_GetValue |
( |
INT32 |
x, |
|
|
INT32 |
y | |
|
) |
| | const [private, pure virtual] |
| virtual void MGD::DEVICE_BINARY::v_SetAll |
( |
bool |
value |
) |
[private, pure virtual] |
Set the whole image to 1 or 0.
The documentation for this class was generated from the following file: