Blender V5.0
blender::seq::FinalImageCache::Key Struct Reference

Public Member Functions

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

Public Attributes

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()

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

◆ operator==()

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

Definition at line 40 of file final_image_cache.cc.

References display_channel, timeline_frame, and view_id.

Member Data Documentation

◆ display_channel

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

Definition at line 33 of file final_image_cache.cc.

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

◆ timeline_frame

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

Definition at line 31 of file final_image_cache.cc.

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

◆ view_id

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

Definition at line 32 of file final_image_cache.cc.

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


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