|
Blender V5.0
|
#include <COM_morphological_distance_feather_weights.hh>
Inherits blender::compositor::CachedResource.
Public Member Functions | |
| MorphologicalDistanceFeatherWeights (Context &context, int type, int radius) | |
| ~MorphologicalDistanceFeatherWeights () | |
Public Attributes | |
| Result | weights_result |
| Result | falloffs_result |
| Public Attributes inherited from blender::compositor::CachedResource | |
| bool | needed = true |
Definition at line 43 of file COM_morphological_distance_feather_weights.hh.
| blender::compositor::MorphologicalDistanceFeatherWeights::MorphologicalDistanceFeatherWeights | ( | Context & | context, |
| int | type, | ||
| int | radius ) |
Definition at line 47 of file morphological_distance_feather_weights.cc.
References falloffs_result, and weights_result.
| blender::compositor::MorphologicalDistanceFeatherWeights::~MorphologicalDistanceFeatherWeights | ( | ) |
Definition at line 66 of file morphological_distance_feather_weights.cc.
References falloffs_result, and weights_result.
| Result blender::compositor::MorphologicalDistanceFeatherWeights::falloffs_result |
Definition at line 46 of file COM_morphological_distance_feather_weights.hh.
Referenced by blender::compositor::horizontal_pass_gpu(), blender::compositor::morphological_distance_feather_pass(), MorphologicalDistanceFeatherWeights(), blender::compositor::vertical_pass_gpu(), and ~MorphologicalDistanceFeatherWeights().
| Result blender::compositor::MorphologicalDistanceFeatherWeights::weights_result |
Definition at line 45 of file COM_morphological_distance_feather_weights.hh.
Referenced by blender::compositor::horizontal_pass_gpu(), blender::compositor::morphological_distance_feather_pass(), MorphologicalDistanceFeatherWeights(), blender::compositor::vertical_pass_gpu(), and ~MorphologicalDistanceFeatherWeights().