|
Blender V5.0
|
#include <COM_symmetric_blur_weights.hh>
Public Member Functions | |
| SymmetricBlurWeightsKey (int type, float2 radius) | |
| uint64_t | hash () const |
Public Attributes | |
| int | type |
| float2 | radius |
Definition at line 23 of file COM_symmetric_blur_weights.hh.
| blender::compositor::SymmetricBlurWeightsKey::SymmetricBlurWeightsKey | ( | int | type, |
| float2 | radius ) |
Definition at line 25 of file symmetric_blur_weights.cc.
| uint64_t blender::compositor::SymmetricBlurWeightsKey::hash | ( | ) | const |
Definition at line 30 of file symmetric_blur_weights.cc.
References blender::get_default_hash(), radius, and type.
| float2 blender::compositor::SymmetricBlurWeightsKey::radius |
Definition at line 26 of file COM_symmetric_blur_weights.hh.
Referenced by hash(), blender::compositor::operator==(), and SymmetricBlurWeightsKey().
| int blender::compositor::SymmetricBlurWeightsKey::type |
Definition at line 25 of file COM_symmetric_blur_weights.hh.
Referenced by hash(), blender::compositor::operator==(), and SymmetricBlurWeightsKey().