|
Blender
V3.3
|
Public Attributes | |
| struct ExrChannel * | next |
| struct ExrChannel * | prev |
| char | name [EXR_TOT_MAXNAME+1] |
| struct MultiViewChannelName * | m |
| int | xstride |
| int | ystride |
| float * | rect |
| char | chan_id |
| int | view_id |
| bool | use_half_float |
Definition at line 717 of file openexr_api.cpp.
| char ExrChannel::chan_id |
Definition at line 724 of file openexr_api.cpp.
Referenced by imb_exr_multilayer_parse_channels_from_file(), imb_exr_pass_name_from_channel(), and imb_exr_split_channel_name().
| struct MultiViewChannelName* ExrChannel::m |
Definition at line 721 of file openexr_api.cpp.
Referenced by IMB_exr_add_channel(), IMB_exr_begin_read(), IMB_exr_clear_channels(), IMB_exr_close(), imb_exr_multilayer_parse_channels_from_file(), IMB_exr_read_channels(), imb_exr_split_channel_name(), IMB_exrtile_begin_write(), and IMB_exrtile_write_channels().
| char ExrChannel::name[EXR_TOT_MAXNAME+1] |
Definition at line 720 of file openexr_api.cpp.
Referenced by IMB_exr_add_channel(), IMB_exr_begin_write(), and IMB_exr_write_channels().
| struct ExrChannel* ExrChannel::next |
Definition at line 718 of file openexr_api.cpp.
Referenced by IMB_exr_begin_write(), IMB_exr_clear_channels(), IMB_exr_close(), imb_exr_multilayer_parse_channels_from_file(), IMB_exr_read_channels(), IMB_exr_write_channels(), IMB_exrtile_begin_write(), and IMB_exrtile_write_channels().
| struct ExrChannel * ExrChannel::prev |
Definition at line 718 of file openexr_api.cpp.
| float* ExrChannel::rect |
Definition at line 723 of file openexr_api.cpp.
Referenced by IMB_exr_add_channel(), IMB_exr_channel_rect(), imb_exr_multilayer_parse_channels_from_file(), IMB_exr_read_channels(), IMB_exr_set_channel(), IMB_exr_write_channels(), and IMB_exrtile_write_channels().
| bool ExrChannel::use_half_float |
Definition at line 726 of file openexr_api.cpp.
Referenced by IMB_exr_add_channel(), IMB_exr_begin_write(), IMB_exr_write_channels(), and IMB_exrtile_begin_write().
| int ExrChannel::view_id |
Definition at line 725 of file openexr_api.cpp.
Referenced by IMB_exr_add_channel(), imb_exr_multilayer_parse_channels_from_file(), and IMB_exrtile_begin_write().
| int ExrChannel::xstride |
Definition at line 722 of file openexr_api.cpp.
Referenced by IMB_exr_add_channel(), imb_exr_multilayer_parse_channels_from_file(), IMB_exr_read_channels(), IMB_exr_set_channel(), IMB_exr_write_channels(), and IMB_exrtile_write_channels().
| int ExrChannel::ystride |
Definition at line 722 of file openexr_api.cpp.
Referenced by IMB_exr_add_channel(), imb_exr_multilayer_parse_channels_from_file(), IMB_exr_read_channels(), IMB_exr_set_channel(), IMB_exr_write_channels(), and IMB_exrtile_write_channels().