Blender V5.0
ExrHandle Struct Reference

Public Attributes

std::string name
IStream * ifile_stream = nullptr
MultiPartInputFile * ifile = nullptr
OFileStreamofile_stream = nullptr
MultiPartOutputFile * mpofile = nullptr
OutputFile * ofile = nullptr
bool write_multipart = false
bool has_layer_pass_names = false
int tilex = 0
int tiley = 0
int width = 0
int height = 0
int mipmap = 0
StringVector views
blender::Vector< ExrChannelchannels
blender::Vector< ExrLayerlayers

Detailed Description

Definition at line 822 of file openexr_api.cpp.

Member Data Documentation

◆ channels

◆ has_layer_pass_names

bool ExrHandle::has_layer_pass_names = false

Definition at line 833 of file openexr_api.cpp.

Referenced by IMB_exr_add_channels(), and openexr_header_metadata_multi().

◆ height

◆ ifile

◆ ifile_stream

IStream* ExrHandle::ifile_stream = nullptr

Definition at line 825 of file openexr_api.cpp.

Referenced by IMB_exr_begin_read(), imb_exr_begin_read_mem(), and IMB_exr_close().

◆ layers

◆ mipmap

int ExrHandle::mipmap = 0

Definition at line 837 of file openexr_api.cpp.

◆ mpofile

MultiPartOutputFile* ExrHandle::mpofile = nullptr

Definition at line 829 of file openexr_api.cpp.

Referenced by IMB_exr_begin_write(), IMB_exr_close(), and IMB_exr_write_channels().

◆ name

std::string ExrHandle::name

Definition at line 823 of file openexr_api.cpp.

Referenced by BKE_image_render_write_exr().

◆ ofile

OutputFile* ExrHandle::ofile = nullptr

Definition at line 830 of file openexr_api.cpp.

Referenced by IMB_exr_begin_write(), IMB_exr_close(), and IMB_exr_write_channels().

◆ ofile_stream

OFileStream* ExrHandle::ofile_stream = nullptr

Definition at line 828 of file openexr_api.cpp.

Referenced by IMB_exr_begin_write(), and IMB_exr_close().

◆ tilex

int ExrHandle::tilex = 0

Definition at line 835 of file openexr_api.cpp.

◆ tiley

int ExrHandle::tiley = 0

Definition at line 835 of file openexr_api.cpp.

◆ views

◆ width

◆ write_multipart

bool ExrHandle::write_multipart = false

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