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)
 
size_t offset (const int x, const int y, const int c=0) const
 
const void * data () const
 
void * data ()
 

Public Attributes

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

Detailed Description

stockage temporaire des donnees d'une image.

Definition at line 37 of file image_io.h.


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