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

Data Fields

char * filename
 
s_stream_open_funcopen
 
s_stream_create_funccreate
 
s_stream_get_funcget
 
s_stream_put_funcput
 
s_stream_close_funcclose
 
s_stream_seek_funcseek
 
s_stream_tell_functell
 
s_paramsparams
 
void * context
 

Detailed Description

Definition at line 37 of file stream.c.

Field Documentation

s_stream_close_func* simage_stream_s::close

Definition at line 44 of file stream.c.

Referenced by s_stream_close(), s_stream_create(), and s_stream_open().

void* simage_stream_s::context
s_stream_create_func* simage_stream_s::create

Definition at line 41 of file stream.c.

Referenced by s_stream_create().

char* simage_stream_s::filename

Definition at line 38 of file stream.c.

Referenced by s_stream_create(), s_stream_destroy(), s_stream_open(), and simage_gdiplus_identify().

s_stream_get_func* simage_stream_s::get

Definition at line 42 of file stream.c.

Referenced by s_stream_get_buffer(), and s_stream_open().

s_stream_open_func* simage_stream_s::open

Definition at line 40 of file stream.c.

Referenced by s_stream_open().

s_params* simage_stream_s::params

Definition at line 48 of file stream.c.

Referenced by s_stream_create(), s_stream_destroy(), s_stream_open(), and s_stream_params().

s_stream_put_func* simage_stream_s::put

Definition at line 43 of file stream.c.

Referenced by s_stream_create(), and s_stream_put_buffer().

s_stream_seek_func* simage_stream_s::seek

Definition at line 45 of file stream.c.

Referenced by s_stream_create(), s_stream_open(), and s_stream_seek().

s_stream_tell_func* simage_stream_s::tell

Definition at line 46 of file stream.c.

Referenced by s_stream_create(), s_stream_open(), and s_stream_tell().


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