Blender V4.3
blender::realtime_compositor::KeyingScreenKey Class Reference

#include <COM_keying_screen.hh>

Public Member Functions

 KeyingScreenKey (int frame, float smoothness)
 
uint64_t hash () const
 

Public Attributes

int2 frame
 
float smoothness
 

Detailed Description

Definition at line 29 of file COM_keying_screen.hh.

Constructor & Destructor Documentation

◆ KeyingScreenKey()

blender::realtime_compositor::KeyingScreenKey::KeyingScreenKey ( int frame,
float smoothness )

Definition at line 40 of file keying_screen.cc.

Member Function Documentation

◆ hash()

uint64_t blender::realtime_compositor::KeyingScreenKey::hash ( ) const

Definition at line 45 of file keying_screen.cc.

References frame, and blender::get_default_hash().

Member Data Documentation

◆ frame

int2 blender::realtime_compositor::KeyingScreenKey::frame

Definition at line 31 of file COM_keying_screen.hh.

Referenced by hash().

◆ smoothness

float blender::realtime_compositor::KeyingScreenKey::smoothness

Definition at line 32 of file COM_keying_screen.hh.


The documentation for this class was generated from the following files: