API Documentation
Loading...
Searching...
No Matches
Image Class Reference

A root class that stores an an array of pixel data that can be displayed as an Image. More...

#include <Image.h>

Inheritance diagram for Image:
[legend]

Public Member Functions

virtual uint04 pixelSize () const
 
virtual uint01scanLine (uint04)
 
virtual Vector< 2, uint04size () const
 
virtual ~Image ()
 

Detailed Description

A root class that stores an an array of pixel data that can be displayed as an Image.


Constructor & Destructor Documentation

◆ ~Image()

virtual ~Image ( )
inlinevirtual

Member Function Documentation

◆ pixelSize()

virtual uint04 pixelSize ( ) const
inlinevirtual

◆ scanLine()

virtual uint01 * scanLine ( uint04 )
inlinevirtual

Reimplemented in QCustomImage.

◆ size()

virtual Vector< 2, uint04 > size ( ) const
inlinevirtual

Reimplemented in QCustomImage, and VulkanImageData.


The documentation for this class was generated from the following file: