MxEngine
Public Member Functions | List of all members
MxEngine::Image Class Reference

#include <Image.h>

Public Member Functions

 Image (uint8_t *data, size_t width, size_t height, size_t channels)
 
 Image (const Image &)=delete
 
Imageoperator= (const Image &)=delete
 
 Image (Image &&) noexcept
 
Imageoperator= (Image &&) noexcept
 
uint8_t * GetRawData () const
 
size_t GetWidth () const
 
size_t GetHeight () const
 
size_t GetChannels () const
 

Detailed Description

Image class is a POD type which contains reference to an existing image


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