|
Blender V4.5
|
#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 48 of file COM_symmetric_separable_blur_weights.hh.
| blender::compositor::SymmetricSeparableBlurWeights::SymmetricSeparableBlurWeights | ( | Context & | context, |
| int | type, | ||
| float | radius ) |
Definition at line 47 of file symmetric_separable_blur_weights.cc.
References blender::math::ceil(), GPU_DATA_FLOAT, GPU_texture_update(), i, RE_filter_value(), result, size(), and sum().
| blender::compositor::SymmetricSeparableBlurWeights::~SymmetricSeparableBlurWeights | ( | ) |
Definition at line 92 of file symmetric_separable_blur_weights.cc.
References result.
| Result blender::compositor::SymmetricSeparableBlurWeights::result |
Definition at line 53 of file COM_symmetric_separable_blur_weights.hh.
Referenced by SymmetricSeparableBlurWeights(), and ~SymmetricSeparableBlurWeights().