Blender V5.0
blender::compositor::MorphologicalDistanceFeatherWeights Class Reference

#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

Detailed Description

Constructor & Destructor Documentation

◆ MorphologicalDistanceFeatherWeights()

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.

◆ ~MorphologicalDistanceFeatherWeights()

blender::compositor::MorphologicalDistanceFeatherWeights::~MorphologicalDistanceFeatherWeights ( )

Definition at line 66 of file morphological_distance_feather_weights.cc.

References falloffs_result, and weights_result.

Member Data Documentation

◆ falloffs_result

◆ weights_result


The documentation for this class was generated from the following files: