|
Blender V5.0
|
#include <COM_symmetric_blur_weights.hh>
Inherits blender::compositor::CachedResource.
Public Member Functions | |
| SymmetricBlurWeights (Context &context, int type, float2 radius) | |
| ~SymmetricBlurWeights () | |
Public Attributes | |
| Result | result |
| Public Attributes inherited from blender::compositor::CachedResource | |
| bool | needed = true |
Definition at line 42 of file COM_symmetric_blur_weights.hh.
| blender::compositor::SymmetricBlurWeights::SymmetricBlurWeights | ( | Context & | context, |
| int | type, | ||
| float2 | radius ) |
Definition at line 44 of file symmetric_blur_weights.cc.
References blender::math::ceil(), blender::compositor::CPU, blender::IndexRange::drop_front(), blender::math::length(), RE_filter_value(), result, blender::math::safe_divide(), size(), sum(), x, and y.
| blender::compositor::SymmetricBlurWeights::~SymmetricBlurWeights | ( | ) |
Definition at line 106 of file symmetric_blur_weights.cc.
References result.
| Result blender::compositor::SymmetricBlurWeights::result |
Definition at line 44 of file COM_symmetric_blur_weights.hh.
Referenced by SymmetricBlurWeights(), and ~SymmetricBlurWeights().