Blender V2.61 - r43446
Public Attributes

ExrPass Struct Reference

List of all members.

Public Attributes

struct ExrPassnext
struct ExrPassprev
char name [EXR_PASS_MAXNAME]
int totchan
float * rect
struct ExrChannelchan [EXR_PASS_MAXCHAN]
char chan_id [EXR_PASS_MAXCHAN]

Detailed Description

Definition at line 438 of file openexr_api.cpp.


Member Data Documentation

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().

Definition at line 439 of file openexr_api.cpp.

float* ExrPass::rect

Definition at line 441 of file openexr_api.cpp.

Referenced by imb_exr_begin_read_mem(), and IMB_exr_multilayer_convert().


The documentation for this struct was generated from the following file: