Blender V5.0
ExrPass Struct Reference

Public Member Functions

 ~ExrPass ()

Public Attributes

std::string name
int totchan = 0
floatrect = nullptr
ExrChannelchan [EXR_PASS_MAXCHAN] = {}
char chan_id [EXR_PASS_MAXCHAN] = {}
std::string internal_name
std::string view

Detailed Description

Definition at line 799 of file openexr_api.cpp.

Constructor & Destructor Documentation

◆ ~ExrPass()

ExrPass::~ExrPass ( )
inline

Definition at line 800 of file openexr_api.cpp.

References MEM_freeN(), and rect.

Member Data Documentation

◆ chan

ExrChannel* ExrPass::chan[EXR_PASS_MAXCHAN] = {}

Definition at line 810 of file openexr_api.cpp.

Referenced by imb_exr_multilayer_parse_channels_from_file().

◆ chan_id

char ExrPass::chan_id[EXR_PASS_MAXCHAN] = {}

◆ internal_name

std::string ExrPass::internal_name

◆ name

std::string ExrPass::name

Definition at line 807 of file openexr_api.cpp.

Referenced by imb_exr_get_pass().

◆ rect

◆ totchan

int ExrPass::totchan = 0

◆ view

std::string ExrPass::view

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