|
Blender V5.0
|
#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 26 of file COM_cached_mask.hh.
| blender::compositor::CachedMaskKey::CachedMaskKey | ( | int2 | size, |
| float | aspect_ratio, | ||
| bool | use_feather, | ||
| int | motion_blur_samples, | ||
| float | motion_blur_shutter ) |
Definition at line 28 of file cached_mask.cc.
References aspect_ratio, motion_blur_samples, motion_blur_shutter, size, and use_feather.
| uint64_t blender::compositor::CachedMaskKey::hash | ( | ) | const |
Definition at line 41 of file cached_mask.cc.
References aspect_ratio, blender::get_default_hash(), motion_blur_samples, motion_blur_shutter, size, and use_feather.
| float blender::compositor::CachedMaskKey::aspect_ratio |
Definition at line 29 of file COM_cached_mask.hh.
Referenced by CachedMaskKey(), hash(), and blender::compositor::operator==().
| int blender::compositor::CachedMaskKey::motion_blur_samples |
Definition at line 31 of file COM_cached_mask.hh.
Referenced by CachedMaskKey(), hash(), and blender::compositor::operator==().
| float blender::compositor::CachedMaskKey::motion_blur_shutter |
Definition at line 32 of file COM_cached_mask.hh.
Referenced by CachedMaskKey(), hash(), and blender::compositor::operator==().
| int2 blender::compositor::CachedMaskKey::size |
Definition at line 28 of file COM_cached_mask.hh.
Referenced by CachedMaskKey(), hash(), and blender::compositor::operator==().
| bool blender::compositor::CachedMaskKey::use_feather |
Definition at line 30 of file COM_cached_mask.hh.
Referenced by CachedMaskKey(), hash(), and blender::compositor::operator==().