|
Blender V4.3
|
#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 26 of file COM_symmetric_separable_blur_weights.hh.
| blender::realtime_compositor::SymmetricSeparableBlurWeightsKey::SymmetricSeparableBlurWeightsKey | ( | int | type, |
| float | radius ) |
Definition at line 28 of file symmetric_separable_blur_weights.cc.
| uint64_t blender::realtime_compositor::SymmetricSeparableBlurWeightsKey::hash | ( | ) | const |
Definition at line 33 of file symmetric_separable_blur_weights.cc.
References blender::get_default_hash().
| float blender::realtime_compositor::SymmetricSeparableBlurWeightsKey::radius |
Definition at line 29 of file COM_symmetric_separable_blur_weights.hh.
| int blender::realtime_compositor::SymmetricSeparableBlurWeightsKey::type |
Definition at line 28 of file COM_symmetric_separable_blur_weights.hh.