![]() |
Coin3D is Free Software, published under the BSD 3-clause license. |
https://coin3d.github.io https://www.kongsberg.com/en/kogt/ |
Data Fields | |
char * | filename |
s_stream_open_func * | open |
s_stream_create_func * | create |
s_stream_get_func * | get |
s_stream_put_func * | put |
s_stream_close_func * | close |
s_stream_seek_func * | seek |
s_stream_tell_func * | tell |
s_params * | params |
void * | context |
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 |
Definition at line 49 of file stream.c.
Referenced by s_stream_context_get(), s_stream_context_set(), s_stream_create(), s_stream_open(), and simage_cgimage_load().
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().