|
Blender V4.3
|
Public Attributes | |
| ExrChannel * | next |
| ExrChannel * | prev |
| char | name [EXR_TOT_MAXNAME+1] |
| MultiViewChannelName * | m |
| int | xstride |
| int | ystride |
| float * | rect |
| char | chan_id |
| int | view_id |
| bool | use_half_float |
Definition at line 684 of file openexr_api.cpp.
| char ExrChannel::chan_id |
Definition at line 691 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().
| MultiViewChannelName* ExrChannel::m |
Definition at line 688 of file openexr_api.cpp.
Referenced by IMB_exr_add_channel(), IMB_exr_begin_read(), imb_exr_multilayer_parse_channels_from_file(), and imb_exr_split_channel_name().
| char ExrChannel::name[EXR_TOT_MAXNAME+1] |
Definition at line 687 of file openexr_api.cpp.
Referenced by IMB_exr_add_channel().
| ExrChannel* ExrChannel::next |
Definition at line 685 of file openexr_api.cpp.
Referenced by imb_exr_multilayer_parse_channels_from_file().
| ExrChannel * ExrChannel::prev |
Definition at line 685 of file openexr_api.cpp.
| float* ExrChannel::rect |
Definition at line 690 of file openexr_api.cpp.
Referenced by IMB_exr_add_channel(), IMB_exr_channel_rect(), imb_exr_multilayer_parse_channels_from_file(), and IMB_exr_set_channel().
| bool ExrChannel::use_half_float |
Definition at line 693 of file openexr_api.cpp.
Referenced by IMB_exr_add_channel().
| int ExrChannel::view_id |
Definition at line 692 of file openexr_api.cpp.
Referenced by IMB_exr_add_channel(), and imb_exr_multilayer_parse_channels_from_file().
| int ExrChannel::xstride |
Definition at line 689 of file openexr_api.cpp.
Referenced by IMB_exr_add_channel(), imb_exr_multilayer_parse_channels_from_file(), and IMB_exr_set_channel().
| int ExrChannel::ystride |
Definition at line 689 of file openexr_api.cpp.
Referenced by IMB_exr_add_channel(), imb_exr_multilayer_parse_channels_from_file(), and IMB_exr_set_channel().