#include <OgreRenderTypes.h>
◆ OgreImage()
◆ ~OgreImage()
◆ encode()
virtual std::string encode |
( |
const std::string & |
format | ) |
|
|
inlinevirtual |
Encode the image data as the byte stream for a file, the format of which is given by `format' (eg. png, jpg)
Reimplemented from Image.
◆ fillColorMatrix()
Transfer the image data into the given matrix.
Reimplemented from Image.
◆ fillRealMatrix()
Transfer the image data into the given matrix.
Reimplemented from Image.
◆ getData()
Get a pointer to the internal data buffer.
Reimplemented from Image.
◆ getDataSize()
virtual size_t getDataSize |
( |
| ) |
const |
|
inlinevirtual |
Get the image data size in bytes.
Reimplemented from Image.
◆ getDepth()
virtual sval getDepth |
( |
| ) |
const |
|
inlinevirtual |
Get the image depth.
Reimplemented from Image.
◆ getFormat()
Get the loaded data's format.
Reimplemented from Image.
◆ getHeight()
virtual sval getHeight |
( |
| ) |
const |
|
inlinevirtual |
Get the image height.
Reimplemented from Image.
◆ getWidth()
virtual sval getWidth |
( |
| ) |
const |
|
inlinevirtual |
Get the image width.
Reimplemented from Image.
◆ img
The documentation for this class was generated from the following file: