|
Blender V5.0
|
#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 22 of file COM_morphological_distance_feather_weights.hh.
| blender::compositor::MorphologicalDistanceFeatherWeightsKey::MorphologicalDistanceFeatherWeightsKey | ( | int | type, |
| float | radius ) |
Definition at line 26 of file morphological_distance_feather_weights.cc.
| uint64_t blender::compositor::MorphologicalDistanceFeatherWeightsKey::hash | ( | ) | const |
Definition at line 32 of file morphological_distance_feather_weights.cc.
References blender::get_default_hash(), radius, and type.
| float blender::compositor::MorphologicalDistanceFeatherWeightsKey::radius |
Definition at line 25 of file COM_morphological_distance_feather_weights.hh.
Referenced by hash(), MorphologicalDistanceFeatherWeightsKey(), and blender::compositor::operator==().
| int blender::compositor::MorphologicalDistanceFeatherWeightsKey::type |
Definition at line 24 of file COM_morphological_distance_feather_weights.hh.
Referenced by hash(), MorphologicalDistanceFeatherWeightsKey(), and blender::compositor::operator==().