Blender V5.0
blender::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 27 of file COM_keying_screen.hh.

Constructor & Destructor Documentation

◆ KeyingScreenKey()

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

Definition at line 40 of file keying_screen.cc.

References frame, and smoothness.

Member Function Documentation

◆ hash()

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

Definition at line 45 of file keying_screen.cc.

References frame, blender::get_default_hash(), and smoothness.

Member Data Documentation

◆ frame

int2 blender::compositor::KeyingScreenKey::frame

Definition at line 29 of file COM_keying_screen.hh.

Referenced by hash(), KeyingScreenKey(), and blender::compositor::operator==().

◆ smoothness

float blender::compositor::KeyingScreenKey::smoothness

Definition at line 30 of file COM_keying_screen.hh.

Referenced by hash(), KeyingScreenKey(), and blender::compositor::operator==().


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