|
Blender V5.0
|
#include <COM_symmetric_separable_blur_weights.hh>
Public Member Functions | |
| SymmetricSeparableBlurWeightsKey (int type, float radius) | |
| uint64_t | hash () const |
Public Attributes | |
| int | type |
| float | radius |
Definition at line 23 of file COM_symmetric_separable_blur_weights.hh.
| blender::compositor::SymmetricSeparableBlurWeightsKey::SymmetricSeparableBlurWeightsKey | ( | int | type, |
| float | radius ) |
Definition at line 24 of file symmetric_separable_blur_weights.cc.
| uint64_t blender::compositor::SymmetricSeparableBlurWeightsKey::hash | ( | ) | const |
Definition at line 29 of file symmetric_separable_blur_weights.cc.
References blender::get_default_hash(), radius, and type.
| float blender::compositor::SymmetricSeparableBlurWeightsKey::radius |
Definition at line 26 of file COM_symmetric_separable_blur_weights.hh.
Referenced by hash(), blender::compositor::operator==(), and SymmetricSeparableBlurWeightsKey().
| int blender::compositor::SymmetricSeparableBlurWeightsKey::type |
Definition at line 25 of file COM_symmetric_separable_blur_weights.hh.
Referenced by hash(), blender::compositor::operator==(), and SymmetricSeparableBlurWeightsKey().