![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <ImageTools.h>
Public Member Functions | |
virtual | ~LayerData ()=default |
virtual bufferPtr | data () const =0 |
Public Attributes | |
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 41 of file ImageTools.h.
|
virtualdefault |
|
pure virtual |
Implemented in Divide::ImageTools::ImageMip< T >.
with and height
Definition at line 48 of file ImageTools.h.
size_t Divide::ImageTools::LayerData::_size = 0u |
the image data as it was read from the file / memory.
Definition at line 46 of file ImageTools.h.