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

Data Fields

s_stream_create_funccreate
 
s_stream_put_funcput
 
s_stream_seek_funcseek
 
s_stream_tell_functell
 
s_stream_close_funcclose
 
struct simage_stream_exporternext
 

Detailed Description

Definition at line 62 of file stream.c.

Field Documentation

s_stream_close_func* simage_stream_exporter::close

Definition at line 67 of file stream.c.

Referenced by s_stream_create(), and s_stream_exporter_add_ex().

s_stream_create_func* simage_stream_exporter::create

Definition at line 63 of file stream.c.

Referenced by s_stream_create(), and s_stream_exporter_add_ex().

struct simage_stream_exporter* simage_stream_exporter::next

Definition at line 69 of file stream.c.

Referenced by s_stream_create(), and s_stream_exporter_add_ex().

s_stream_put_func* simage_stream_exporter::put

Definition at line 64 of file stream.c.

Referenced by s_stream_create(), and s_stream_exporter_add_ex().

s_stream_seek_func* simage_stream_exporter::seek

Definition at line 65 of file stream.c.

Referenced by s_stream_create(), and s_stream_exporter_add_ex().

s_stream_tell_func* simage_stream_exporter::tell

Definition at line 66 of file stream.c.

Referenced by s_stream_create(), and s_stream_exporter_add_ex().


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