mudbox::ImgLockPageIterator Class Reference
#include <image.h>
Inheritance diagram for mudbox::ImgLockPageIterator:
[legend]
List
of all members.
Detailed Description
Iterate over a specified region of an image in optimal order, and
locking it in CPU memory.
Member Enumeration Documentation
| |
- Enumeration values:
-
| ReadOnly |
A promise that the data in this page will not be modified. |
| ReadWrite |
self explanitory |
| WriteOnly |
The page data will be allocated bye the contents will be
undefined. |
01087 {
01088 ReadOnly,
01089 ReadWrite,
01090 WriteOnly
01091 } AccessMode;
|
Constructor & Destructor Documentation
|
mudbox::ImgLockPageIterator::ImgLockPageIterator |
( |
Image * |
img, |
|
|
const ImgTile * |
srcTile =
0, |
|
|
AccessMode |
mode =
ReadOnly |
|
) |
|
|
Member Function Documentation
| virtual bool
mudbox::ImgLockPageIterator::next |
( |
|
) |
[virtual] |
|
| void*
mudbox::ImgLockPageIterator::dataPtr |
( |
|
) |
|
|
Member Data Documentation
mudbox::ImgLockPageIterator
mudbox::ImgLockPageIterator mudbox::ImgLockPageIterator
mudbox::ImgLockPageIterator mudbox::ImgLockPageIterator
mudbox::ImgLockPageIterator mudbox::ImgLockPageIterator
mudbox::ImgLockPageIterator mudbox::ImgLockPageIterator
mudbox::ImgLockPageIterator
mudbox::ImgLockPageIterator
mudbox::ImgLockPageIterator mudbox::ImgLockPageIterator
mudbox::ImgLockPageIterator mudbox::ImgLockPageIterator
mudbox::ImgLockPageIterator mudbox::ImgLockPageIterator
mudbox::ImgLockPageIterator mudbox::ImgLockPageIterator
mudbox::ImgLockPageIterator