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

Data Fields

int(* save_func )(const char *name, const unsigned char *bytes, int width, int height, int numcomponents)
 
int(* save_func_ext )(const char *name, const unsigned char *bytes, int width, int height, int numcomponents, const char *ext)
 
int(* error_func )(char *textbuffer, int bufferlen)
 
char * extensions
 
char * fullname
 
char * description
 
struct _saver_datanext
 
int is_internal
 

Detailed Description

Definition at line 29 of file simage_write.c.

Field Documentation

char* _saver_data::description
int(* _saver_data::error_func) (char *textbuffer, int bufferlen)
char* _saver_data::extensions
char* _saver_data::fullname

Definition at line 37 of file simage_write.c.

Referenced by add_saver_data(), simage_get_saver_fullname(), and simage_remove_saver().

int _saver_data::is_internal

Definition at line 40 of file simage_write.c.

Referenced by add_saver_data(), and simage_remove_saver().

struct _saver_data* _saver_data::next
int(* _saver_data::save_func) (const char *name, const unsigned char *bytes, int width, int height, int numcomponents)

Definition at line 31 of file simage_write.c.

Referenced by add_saver(), add_saver_ext(), simage_add_saver(), and simage_save_image().

int(* _saver_data::save_func_ext) (const char *name, const unsigned char *bytes, int width, int height, int numcomponents, const char *ext)

Definition at line 33 of file simage_write.c.

Referenced by add_saver(), add_saver_ext(), and simage_save_image().


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