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

Data Fields

char * filename
 
s_movie_open_funcopen
 
s_movie_create_funccreate
 
s_movie_get_funcget
 
s_movie_put_funcput
 
s_movie_close_funcclose
 
s_paramsparams
 

Detailed Description

Definition at line 43 of file movie.c.

Field Documentation

s_movie_close_func* simage_movie_s::close

Definition at line 50 of file movie.c.

Referenced by s_movie_close(), s_movie_create(), and s_movie_open().

s_movie_create_func* simage_movie_s::create

Definition at line 47 of file movie.c.

Referenced by s_movie_create().

char* simage_movie_s::filename

Definition at line 44 of file movie.c.

Referenced by s_movie_create(), s_movie_destroy(), and s_movie_open().

s_movie_get_func* simage_movie_s::get

Definition at line 48 of file movie.c.

Referenced by s_movie_get_image(), and s_movie_open().

s_movie_open_func* simage_movie_s::open

Definition at line 46 of file movie.c.

Referenced by s_movie_open().

s_params* simage_movie_s::params

Definition at line 52 of file movie.c.

Referenced by s_movie_create(), s_movie_destroy(), s_movie_open(), and s_movie_params().

s_movie_put_func* simage_movie_s::put

Definition at line 49 of file movie.c.

Referenced by s_movie_create(), and s_movie_put_image().


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