Blender  V2.93
Public Attributes | List of all members
ExrChannel Struct Reference

Public Attributes

struct ExrChannelnext
 
struct ExrChannelprev
 
char name [EXR_TOT_MAXNAME+1]
 
struct MultiViewChannelName * m
 
int xstride
 
int ystride
 
floatrect
 
char chan_id
 
int view_id
 
bool use_half_float
 

Detailed Description

Definition at line 652 of file openexr_api.cpp.

Member Data Documentation

◆ chan_id

char ExrChannel::chan_id

Definition at line 659 of file openexr_api.cpp.

Referenced by imb_exr_begin_read_mem(), and imb_exr_split_channel_name().

◆ m

struct MultiViewChannelName* ExrChannel::m

◆ name

char ExrChannel::name[EXR_TOT_MAXNAME+1]

◆ next

struct ExrChannel* ExrChannel::next

◆ prev

struct ExrChannel * ExrChannel::prev

Definition at line 653 of file openexr_api.cpp.

◆ rect

float* ExrChannel::rect

◆ use_half_float

bool ExrChannel::use_half_float

◆ view_id

int ExrChannel::view_id

◆ xstride

int ExrChannel::xstride

◆ ystride

int ExrChannel::ystride

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