|
Blender V5.0
|
Public Member Functions | |
| ~ExrPass () | |
Public Attributes | |
| std::string | name |
| int | totchan = 0 |
| float * | rect = nullptr |
| ExrChannel * | chan [EXR_PASS_MAXCHAN] = {} |
| char | chan_id [EXR_PASS_MAXCHAN] = {} |
| std::string | internal_name |
| std::string | view |
Definition at line 799 of file openexr_api.cpp.
|
inline |
Definition at line 800 of file openexr_api.cpp.
References MEM_freeN(), and rect.
| ExrChannel* ExrPass::chan[EXR_PASS_MAXCHAN] = {} |
Definition at line 810 of file openexr_api.cpp.
Referenced by imb_exr_multilayer_parse_channels_from_file().
| char ExrPass::chan_id[EXR_PASS_MAXCHAN] = {} |
Definition at line 811 of file openexr_api.cpp.
Referenced by IMB_exr_multilayer_convert(), and imb_exr_multilayer_parse_channels_from_file().
| std::string ExrPass::internal_name |
Definition at line 813 of file openexr_api.cpp.
Referenced by IMB_exr_multilayer_convert(), and imb_exr_multilayer_parse_channels_from_file().
| std::string ExrPass::name |
Definition at line 807 of file openexr_api.cpp.
Referenced by imb_exr_get_pass().
Definition at line 809 of file openexr_api.cpp.
Referenced by IMB_exr_multilayer_convert(), imb_exr_multilayer_parse_channels_from_file(), and ~ExrPass().
| int ExrPass::totchan = 0 |
Definition at line 808 of file openexr_api.cpp.
Referenced by IMB_exr_multilayer_convert(), and imb_exr_multilayer_parse_channels_from_file().
| std::string ExrPass::view |
Definition at line 814 of file openexr_api.cpp.
Referenced by IMB_exr_multilayer_convert(), and imb_exr_multilayer_parse_channels_from_file().