|
Blender V5.0
|
#include <COM_keying_screen.hh>
Public Member Functions | |
| KeyingScreenKey (int frame, float smoothness) | |
| uint64_t | hash () const |
Public Attributes | |
| int2 | frame |
| float | smoothness |
Definition at line 27 of file COM_keying_screen.hh.
| blender::compositor::KeyingScreenKey::KeyingScreenKey | ( | int | frame, |
| float | smoothness ) |
Definition at line 40 of file keying_screen.cc.
References frame, and smoothness.
| uint64_t blender::compositor::KeyingScreenKey::hash | ( | ) | const |
Definition at line 45 of file keying_screen.cc.
References frame, blender::get_default_hash(), and smoothness.
| int2 blender::compositor::KeyingScreenKey::frame |
Definition at line 29 of file COM_keying_screen.hh.
Referenced by hash(), KeyingScreenKey(), and blender::compositor::operator==().
| float blender::compositor::KeyingScreenKey::smoothness |
Definition at line 30 of file COM_keying_screen.hh.
Referenced by hash(), KeyingScreenKey(), and blender::compositor::operator==().