Convenience class for assisting the copying of image data when the image data isn't contiguous.
More...
|
const osg::Image * | _image |
|
int | _rowNum |
|
int | _imageNum |
|
unsigned int | _mipmapNum |
|
const unsigned char * | _currentPtr |
|
unsigned int | _currentSize |
|
Convenience class for assisting the copying of image data when the image data isn't contiguous.
◆ data()
const unsigned char* osg::Image::DataIterator::data |
( |
| ) |
const |
|
inline |
data pointer of current block to copy.
◆ operator++()
void osg::Image::DataIterator::operator++ |
( |
| ) |
|
advance iterator to next block of data.
◆ size()
unsigned int osg::Image::DataIterator::size |
( |
| ) |
const |
|
inline |
Size of current block to copy.
◆ valid()
bool osg::Image::DataIterator::valid |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file:
- /home/karlu20/private/installs/OpenSceneGraph/include/osg/Image