Main Page | Data Structures | File List | Data Fields | Globals

image_int_s Struct Reference

#include <lsd.h>


Detailed Description

int image data type

The pixel value at (x,y) is accessed by:

image->data[ x + y * image->xsize ]

with x and y integer.

Definition at line 100 of file lsd.h.

Data Fields

int * data
unsigned int xsize
unsigned int ysize


Field Documentation

int* image_int_s::data
 

Definition at line 102 of file lsd.h.

Referenced by free_image_int(), new_image_int(), and new_image_int_ini().

unsigned int image_int_s::xsize
 

Definition at line 103 of file lsd.h.

Referenced by new_image_int().

unsigned int image_int_s::ysize
 

Definition at line 103 of file lsd.h.

Referenced by new_image_int().


The documentation for this struct was generated from the following file:
Generated on Fri Dec 3 10:18:49 2010 for LSD by doxygen 1.3.4