Blender  V3.3
Public Attributes | List of all members
ExrPass Struct Reference

Public Attributes

struct ExrPassnext
 
struct ExrPassprev
 
char name [EXR_PASS_MAXNAME]
 
int totchan
 
floatrect
 
struct ExrChannelchan [EXR_PASS_MAXCHAN]
 
char chan_id [EXR_PASS_MAXCHAN]
 
char internal_name [EXR_PASS_MAXNAME]
 
char view [EXR_VIEW_MAXNAME]
 
int view_id
 

Detailed Description

Definition at line 730 of file openexr_api.cpp.

Member Data Documentation

◆ chan

struct ExrChannel* ExrPass::chan[EXR_PASS_MAXCHAN]

Definition at line 735 of file openexr_api.cpp.

Referenced by imb_exr_multilayer_parse_channels_from_file().

◆ chan_id

char ExrPass::chan_id[EXR_PASS_MAXCHAN]

Definition at line 736 of file openexr_api.cpp.

Referenced by IMB_exr_multilayer_convert().

◆ internal_name

char ExrPass::internal_name[EXR_PASS_MAXNAME]

◆ name

char ExrPass::name[EXR_PASS_MAXNAME]

Definition at line 732 of file openexr_api.cpp.

Referenced by imb_exr_get_pass().

◆ next

struct ExrPass* ExrPass::next

◆ prev

struct ExrPass * ExrPass::prev

Definition at line 731 of file openexr_api.cpp.

◆ rect

float* ExrPass::rect

Definition at line 734 of file openexr_api.cpp.

Referenced by IMB_exr_close(), and IMB_exr_multilayer_convert().

◆ totchan

int ExrPass::totchan

◆ view

char ExrPass::view[EXR_VIEW_MAXNAME]

◆ view_id

int ExrPass::view_id

Definition at line 740 of file openexr_api.cpp.

Referenced by imb_exr_multilayer_parse_channels_from_file().


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