![]() |
Coin3D is Free Software, published under the BSD 3-clause license. |
https://coin3d.github.io https://www.kongsberg.com/en/kogt/ |
Data Fields | |
s_stream_open_func * | open |
s_stream_get_func * | get |
s_stream_seek_func * | seek |
s_stream_tell_func * | tell |
s_stream_close_func * | close |
struct simage_stream_importer * | next |
s_stream_close_func* simage_stream_importer::close |
Definition at line 57 of file stream.c.
Referenced by s_stream_importer_add_ex(), and s_stream_open().
s_stream_get_func* simage_stream_importer::get |
Definition at line 54 of file stream.c.
Referenced by s_stream_importer_add_ex(), and s_stream_open().
struct simage_stream_importer* simage_stream_importer::next |
Definition at line 59 of file stream.c.
Referenced by s_stream_importer_add_ex(), and s_stream_open().
s_stream_open_func* simage_stream_importer::open |
Definition at line 53 of file stream.c.
Referenced by s_stream_importer_add_ex(), and s_stream_open().
s_stream_seek_func* simage_stream_importer::seek |
Definition at line 55 of file stream.c.
Referenced by s_stream_importer_add_ex(), and s_stream_open().
s_stream_tell_func* simage_stream_importer::tell |
Definition at line 56 of file stream.c.
Referenced by s_stream_importer_add_ex(), and s_stream_open().