|
Blender V4.3
|
#include <COM_morphological_distance_feather_weights.hh>
Public Member Functions | |
| MorphologicalDistanceFeatherWeightsKey (int type, float radius) | |
| uint64_t | hash () const |
Public Attributes | |
| int | type |
| float | radius |
Definition at line 24 of file COM_morphological_distance_feather_weights.hh.
| blender::realtime_compositor::MorphologicalDistanceFeatherWeightsKey::MorphologicalDistanceFeatherWeightsKey | ( | int | type, |
| float | radius ) |
Definition at line 30 of file morphological_distance_feather_weights.cc.
| uint64_t blender::realtime_compositor::MorphologicalDistanceFeatherWeightsKey::hash | ( | ) | const |
Definition at line 36 of file morphological_distance_feather_weights.cc.
References blender::get_default_hash().
| float blender::realtime_compositor::MorphologicalDistanceFeatherWeightsKey::radius |
Definition at line 27 of file COM_morphological_distance_feather_weights.hh.
| int blender::realtime_compositor::MorphologicalDistanceFeatherWeightsKey::type |
Definition at line 26 of file COM_morphological_distance_feather_weights.hh.