![]() |
NDEVR
API Documentation
|
A root class that stores an an array of pixel data that can be displayed as an Image. More...
Public Member Functions | |
| virtual | ~Image () |
| Virtual destructor for proper cleanup of derived Image classes. | |
| virtual uint04 | pixelSize () const |
| Returns the number of bytes per pixel in this image. | |
| virtual uint01 * | scanLine (uint04 row) |
| Returns a pointer to the raw pixel data for a given scanline (row). | |
| virtual Vector< 2, uint04 > | size () const |
| Returns the dimensions of the image as a 2D vector (width, height). | |
A root class that stores an an array of pixel data that can be displayed as an Image.
|
inlinevirtual |
Returns a pointer to the raw pixel data for a given scanline (row).
| [in] | row | The zero-based row index of the scanline to retrieve. |
Reimplemented in QCustomImage.
Returns the dimensions of the image as a 2D vector (width, height).
Reimplemented in QCustomImage, and VulkanImageData.