Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://coin3d.github.io
https://www.kongsberg.com/en/kogt/
Data Fields
Image Struct Reference

Data Fields

int xsize
 
int ysize
 
int bpp
 
unsigned char * data
 
int span
 

Detailed Description

Definition at line 46 of file resize.c.

Field Documentation

int Image::bpp

Definition at line 49 of file resize.c.

Referenced by get_column(), get_row(), new_image(), put_pixel(), and zoom().

unsigned char* Image::data

Definition at line 50 of file resize.c.

Referenced by get_column(), get_row(), new_image(), put_pixel(), simage_resize(), and zoom().

int Image::span

Definition at line 51 of file resize.c.

Referenced by get_column(), get_row(), new_image(), and put_pixel().

int Image::xsize

Definition at line 47 of file resize.c.

Referenced by get_row(), new_image(), and zoom().

int Image::ysize

Definition at line 48 of file resize.c.

Referenced by get_column(), new_image(), and zoom().


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