Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::ImageTools::LayerData Struct Referenceabstract

#include <ImageTools.h>

+ Inheritance diagram for Divide::ImageTools::LayerData:

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
 

Detailed Description

Definition at line 41 of file ImageTools.h.

Constructor & Destructor Documentation

◆ ~LayerData()

virtual Divide::ImageTools::LayerData::~LayerData ( )
virtualdefault

Member Function Documentation

◆ data()

virtual bufferPtr Divide::ImageTools::LayerData::data ( ) const
pure virtual

Member Data Documentation

◆ _dimensions

vec3<U16> Divide::ImageTools::LayerData::_dimensions = { 0, 0, 1 }

with and height

Definition at line 48 of file ImageTools.h.

◆ _size

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.


The documentation for this struct was generated from the following file: