MGD::DEVICE_MEM1 Class Reference
Memory-based implementation of MGD::DEVICE for 1-bit visuals.
More...
#include <mi32/mg2mem1.h>
List of all members.
Detailed Description
Memory-based implementation of MGD::DEVICE for 1-bit visuals.
This version is implemented with a BITSET_SHARED, and is most efficient for small things that will fit in memory well. For larger devices, use MGD::DEVICE_MEM1_SPARSE
Constructor & Destructor Documentation
| MGD::DEVICE_MEM1::DEVICE_MEM1 |
( |
|
) |
|
| virtual MGD::DEVICE_MEM1::~DEVICE_MEM1 |
( |
|
) |
[virtual] |
Member Function Documentation
| void MGD::DEVICE_MEM1::Copy |
( |
const DEVICE_MEM1 & |
rhs |
) |
[inline] |
| const BITSET_SHARED& MGD::DEVICE_MEM1::GetImage |
( |
|
) |
const [inline] |
| void MGD::DEVICE_MEM1::SetImage |
( |
const BITSET_UNOWNED & |
image |
) |
[inline] |
| void MGD::DEVICE_MEM1::SetImage |
( |
const BITSET_SHARED & |
image |
) |
[inline] |
The documentation for this class was generated from the following file: