Blender V4.5
blender::seq::FinalImageCache::Key Struct Reference

Public Member Functions

uint64_t hash () const
 
bool operator== (const Key &other) const
 

Public Attributes

const ListBaseseqbasep
 
int timeline_frame
 
int view_id
 
int display_channel
 
int2 image_size
 

Detailed Description

Definition at line 30 of file final_image_cache.cc.

Member Function Documentation

◆ hash()

uint64_t blender::seq::FinalImageCache::Key::hash ( ) const
inline

Definition at line 37 of file final_image_cache.cc.

References blender::get_default_hash().

◆ operator==()

bool blender::seq::FinalImageCache::Key::operator== ( const Key & other) const
inline

Definition at line 43 of file final_image_cache.cc.

References display_channel, seqbasep, timeline_frame, and view_id.

Member Data Documentation

◆ display_channel

int blender::seq::FinalImageCache::Key::display_channel

Definition at line 34 of file final_image_cache.cc.

Referenced by operator==().

◆ image_size

int2 blender::seq::FinalImageCache::Key::image_size

Definition at line 35 of file final_image_cache.cc.

◆ seqbasep

const ListBase* blender::seq::FinalImageCache::Key::seqbasep

Definition at line 31 of file final_image_cache.cc.

Referenced by operator==().

◆ timeline_frame

int blender::seq::FinalImageCache::Key::timeline_frame

Definition at line 32 of file final_image_cache.cc.

Referenced by operator==().

◆ view_id

int blender::seq::FinalImageCache::Key::view_id

Definition at line 33 of file final_image_cache.cc.

Referenced by operator==().


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