|
Blender V4.3
|
#include <COM_cached_mask.hh>
Public Member Functions | |
| CachedMaskKey (int2 size, float aspect_ratio, bool use_feather, int motion_blur_samples, float motion_blur_shutter) | |
| uint64_t | hash () const |
Public Attributes | |
| int2 | size |
| float | aspect_ratio |
| bool | use_feather |
| int | motion_blur_samples |
| float | motion_blur_shutter |
Definition at line 28 of file COM_cached_mask.hh.
| blender::realtime_compositor::CachedMaskKey::CachedMaskKey | ( | int2 | size, |
| float | aspect_ratio, | ||
| bool | use_feather, | ||
| int | motion_blur_samples, | ||
| float | motion_blur_shutter ) |
Definition at line 32 of file cached_mask.cc.
| uint64_t blender::realtime_compositor::CachedMaskKey::hash | ( | ) | const |
Definition at line 45 of file cached_mask.cc.
References aspect_ratio, blender::get_default_hash(), motion_blur_samples, motion_blur_shutter, and use_feather.
| float blender::realtime_compositor::CachedMaskKey::aspect_ratio |
Definition at line 31 of file COM_cached_mask.hh.
Referenced by hash().
| int blender::realtime_compositor::CachedMaskKey::motion_blur_samples |
Definition at line 33 of file COM_cached_mask.hh.
Referenced by hash().
| float blender::realtime_compositor::CachedMaskKey::motion_blur_shutter |
Definition at line 34 of file COM_cached_mask.hh.
Referenced by hash().
| int2 blender::realtime_compositor::CachedMaskKey::size |
Definition at line 30 of file COM_cached_mask.hh.
| bool blender::realtime_compositor::CachedMaskKey::use_feather |
Definition at line 32 of file COM_cached_mask.hh.
Referenced by hash().