20#include "typedarray.h"
51 const unsigned char*
data()
const;
58 std::vector<Image2D> m_images;
Image2D()
Contructs a Image object with the specific width and height.
const unsigned char * data() const
int m_height
Definition image.h:40
Image2D(const Image2D &other)
int m_width
Definition image.h:39
Image2D(int width, int height, unsigned char *data=nullptr)
ImageBuffer(const ImageBuffer &other)=delete
ImageCube(const ImageCube &other)
const Image2D & operator[](int index) const
ImageCube(const std::vector< Image2D > &images)
The Image class inherits from the TypedArray class, specilizing the template parameter to unsigned ch...
Definition image.h:28
Definition typedarray.h:122
The Variant class is the most basic class of other mathamatic classes.
Definition variant.h:26