|
Blender V5.0
|
#include <COM_symmetric_separable_blur_weights.hh>
Inherits blender::compositor::CachedResource.
Public Member Functions | |
| SymmetricSeparableBlurWeights (Context &context, int type, float radius) | |
| ~SymmetricSeparableBlurWeights () | |
Public Attributes | |
| Result | result |
| Public Attributes inherited from blender::compositor::CachedResource | |
| bool | needed = true |
Definition at line 47 of file COM_symmetric_separable_blur_weights.hh.
| blender::compositor::SymmetricSeparableBlurWeights::SymmetricSeparableBlurWeights | ( | Context & | context, |
| int | type, | ||
| float | radius ) |
Definition at line 44 of file symmetric_separable_blur_weights.cc.
References blender::math::ceil(), blender::compositor::CPU, i, RE_filter_value(), result, size(), and sum().
| blender::compositor::SymmetricSeparableBlurWeights::~SymmetricSeparableBlurWeights | ( | ) |
Definition at line 85 of file symmetric_separable_blur_weights.cc.
References result.
| Result blender::compositor::SymmetricSeparableBlurWeights::result |
Definition at line 49 of file COM_symmetric_separable_blur_weights.hh.
Referenced by SymmetricSeparableBlurWeights(), and ~SymmetricSeparableBlurWeights().