33#include <NDEVR/Vector.h>
A root class that stores an an array of pixel data that can be displayed as an Image.
Definition Image.h:40
virtual uint04 pixelSize() const
Definition Image.h:44
virtual uint01 * scanLine(uint04)
Definition Image.h:43
virtual ~Image()
Definition Image.h:42
virtual Vector< 2, uint04 > size() const
Definition Image.h:45
A fixed-size array with better performance compared to dynamic containers.
Definition Vector.hpp:60
uint8_t uint01
-Defines an alias representing a 1 byte, unsigned integer -Can represent exact integer values 0 throu...
Definition BaseValues.hpp:80
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...
Definition BaseValues.hpp:96
Defines for a given type (such as sint04, fltp08, UUID, etc) a maximum, minimum, and reserved 'invali...
Definition BaseValues.hpp:233