![]() |
Blender V2.61 - r43446
|
Public Attributes | |
| struct ExrPass * | next |
| struct ExrPass * | prev |
| char | name [EXR_PASS_MAXNAME] |
| int | totchan |
| float * | rect |
| struct ExrChannel * | chan [EXR_PASS_MAXCHAN] |
| char | chan_id [EXR_PASS_MAXCHAN] |
Definition at line 438 of file openexr_api.cpp.
| struct ExrChannel* ExrPass::chan[EXR_PASS_MAXCHAN] |
Definition at line 443 of file openexr_api.cpp.
Referenced by imb_exr_begin_read_mem().
| char ExrPass::chan_id[EXR_PASS_MAXCHAN] |
Definition at line 444 of file openexr_api.cpp.
Referenced by imb_exr_begin_read_mem(), and IMB_exr_multilayer_convert().
| char ExrPass::name[EXR_PASS_MAXNAME] |
Definition at line 440 of file openexr_api.cpp.
Referenced by imb_exr_get_pass(), and IMB_exr_multilayer_convert().
| struct ExrPass* ExrPass::next |
Definition at line 439 of file openexr_api.cpp.
Referenced by imb_exr_begin_read_mem(), IMB_exr_close(), and IMB_exr_multilayer_convert().
| struct ExrPass * ExrPass::prev |
Definition at line 439 of file openexr_api.cpp.
| float* ExrPass::rect |
Definition at line 442 of file openexr_api.cpp.
Referenced by imb_exr_begin_read_mem(), IMB_exr_close(), and IMB_exr_multilayer_convert().
| int ExrPass::totchan |
Definition at line 441 of file openexr_api.cpp.
Referenced by imb_exr_begin_read_mem(), and IMB_exr_multilayer_convert().