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
simage_image_s Struct Reference

#include <simage_private.h>

Data Fields

int width
 
int height
 
int components
 
int didalloc
 
int order
 
unsigned char * data
 
void * opendata
 
int oktoreadall
 
char * openfilename
 
struct simage_open_funcs openfuncs
 

Detailed Description

Definition at line 34 of file simage_private.h.

Field Documentation

int simage_image_s::components
unsigned char* simage_image_s::data
int simage_image_s::didalloc
int simage_image_s::height
int simage_image_s::oktoreadall

Definition at line 43 of file simage_private.h.

Referenced by s_image_create(), s_image_open(), and s_image_read_line().

void* simage_image_s::opendata
char* simage_image_s::openfilename
struct simage_open_funcs simage_image_s::openfuncs

Definition at line 45 of file simage_private.h.

Referenced by s_image_create(), s_image_destroy(), s_image_open(), and s_image_read_line().

int simage_image_s::order
int simage_image_s::width

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