![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <ImageTools.h>
Public Member Functions | |
ImageMip (const T *data, size_t len, const U16 width, const U16 height, const U16 depth, const U8 numComponents) | |
bufferPtr | data () const noexcept override |
![]() | |
virtual | ~LayerData ()=default |
virtual bufferPtr | data () const =0 |
Protected Attributes | |
vector< T > | _data |
Additional Inherited Members | |
![]() | |
size_t | _size = 0u |
the image data as it was read from the file / memory. | |
vec3< U16 > | _dimensions = { 0, 0, 1 } |
with and height | |
Definition at line 52 of file ImageTools.h.
|
inlineexplicit |
Definition at line 54 of file ImageTools.h.
|
inlineoverridevirtualnoexcept |
Implements Divide::ImageTools::LayerData.
Definition at line 77 of file ImageTools.h.
|
protected |
Definition at line 80 of file ImageTools.h.