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

Public Member Functions

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

Public Attributes

const ListBaseseqbasep
int timeline_frame
int view_id
int display_channel

Detailed Description

Definition at line 30 of file final_image_cache.cc.

Member Function Documentation

◆ hash()

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

◆ operator==()

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

Definition at line 41 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 hash(), and operator==().

◆ seqbasep

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

Definition at line 31 of file final_image_cache.cc.

Referenced by hash(), and operator==().

◆ timeline_frame

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

Definition at line 32 of file final_image_cache.cc.

Referenced by hash(), and operator==().

◆ view_id

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

Definition at line 33 of file final_image_cache.cc.

Referenced by hash(), and operator==().


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