gKit2 light
Public Member Functions | Public Attributes | List of all members
ImageData Struct Reference

stockage temporaire des donnees d'une image. More...

#include <image_io.h>

Public Member Functions

 ImageData (const int w, const int h, const int c, const int s=1)
 
std::size_t offset (const int x, const int y)
 
const void * buffer () const
 
void * buffer ()
 

Public Attributes

std::vector< unsigned char > data
 
int width
 
int height
 
int channels
 
int size
 

Detailed Description

stockage temporaire des donnees d'une image.

Definition at line 23 of file image_io.h.


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