Blender V2.61 - r43446
|
Public Attributes | |
struct ExrChannel * | next |
struct ExrChannel * | prev |
char | name [EXR_TOT_MAXNAME+1] |
int | xstride |
int | ystride |
float * | rect |
char | chan_id |
Definition at line 427 of file openexr_api.cpp.
char ExrChannel::chan_id |
Definition at line 433 of file openexr_api.cpp.
Referenced by imb_exr_begin_read_mem(), and imb_exr_split_channel_name().
char ExrChannel::name[EXR_TOT_MAXNAME+1] |
Definition at line 430 of file openexr_api.cpp.
Referenced by IMB_exr_add_channel(), imb_exr_begin_read_mem(), IMB_exr_begin_write(), IMB_exr_read_channels(), imb_exr_split_channel_name(), IMB_exr_write_channels(), IMB_exrtile_begin_write(), and IMB_exrtile_write_channels().
struct ExrChannel* ExrChannel::next |
Definition at line 428 of file openexr_api.cpp.
Referenced by imb_exr_begin_read_mem(), IMB_exr_begin_write(), IMB_exr_read_channels(), IMB_exr_write_channels(), IMB_exrtile_begin_write(), and IMB_exrtile_write_channels().
struct ExrChannel * ExrChannel::prev |
Definition at line 428 of file openexr_api.cpp.
float* ExrChannel::rect |
Definition at line 432 of file openexr_api.cpp.
Referenced by IMB_exr_add_channel(), imb_exr_begin_read_mem(), IMB_exr_read_channels(), IMB_exr_set_channel(), IMB_exr_write_channels(), and IMB_exrtile_write_channels().
Definition at line 431 of file openexr_api.cpp.
Referenced by IMB_exr_add_channel(), imb_exr_begin_read_mem(), IMB_exr_read_channels(), IMB_exr_set_channel(), IMB_exr_write_channels(), and IMB_exrtile_write_channels().
Definition at line 431 of file openexr_api.cpp.
Referenced by IMB_exr_add_channel(), imb_exr_begin_read_mem(), IMB_exr_read_channels(), IMB_exr_set_channel(), IMB_exr_write_channels(), and IMB_exrtile_write_channels().