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

Data Fields

s_stream_open_funcopen
 
s_stream_get_funcget
 
s_stream_seek_funcseek
 
s_stream_tell_functell
 
s_stream_close_funcclose
 
struct simage_stream_importernext
 

Detailed Description

Definition at line 52 of file stream.c.

Field Documentation

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().


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