|
Blender V5.0
|
Inherits blender::bke::GeometryFieldInput.
Additional Inherited Members | |
| Public Types inherited from blender::fn::FieldInput | |
| enum class | Category { NamedAttribute = 0 , Generated = 1 , AnonymousAttribute = 2 , Unknown } |
| Protected Attributes inherited from blender::fn::FieldInput | |
| const CPPType * | type_ |
| std::string | debug_name_ |
| Category | category_ = Category::Unknown |
| Protected Attributes inherited from blender::fn::FieldNode | |
| std::shared_ptr< const FieldInputs > | field_inputs_ |
Definition at line 362 of file node_geo_blur_attribute.cc.
|
inline |
Definition at line 369 of file node_geo_blur_attribute.cc.
References blender::fn::FieldInput::cpp_type().
Referenced by is_equal_to().
|
inlineoverridevirtual |
Calls the callback for every field input that the current field depends on. This is recursive, so if a field input depends on other field inputs, those are taken into account as well.
Reimplemented from blender::fn::FieldNode.
Definition at line 432 of file node_geo_blur_attribute.cc.
References blender::bke::GeometryFieldInput::FieldInput().
|
inlinefinalvirtual |
Implements blender::bke::GeometryFieldInput.
Definition at line 377 of file node_geo_blur_attribute.cc.
References blender::fn::FieldEvaluator::add(), blender::fn::FieldEvaluator::add_with_destination(), blender::GArray< Allocator >::as_mutable_span(), blender::GArray< Allocator >::as_span(), BLI_assert, blender::nodes::node_geo_blur_attribute_cc::blur_on_curves(), blender::nodes::node_geo_blur_attribute_cc::blur_on_mesh(), blender::GArray< Allocator >::data(), blender::GSpan::data(), ELEM, blender::fn::FieldEvaluator::evaluate(), blender::GVArray::from_garray(), blender::fn::FieldEvaluator::get_evaluated(), and blender::fn::FieldInput::type_.
|
inlineoverridevirtual |
Reimplemented from blender::fn::FieldNode.
Definition at line 438 of file node_geo_blur_attribute.cc.
References blender::get_default_hash().
|
inlineoverridevirtual |
Reimplemented from blender::fn::FieldNode.
Definition at line 443 of file node_geo_blur_attribute.cc.
References BlurAttributeFieldInput().
|
inlineoverridevirtual |
Reimplemented from blender::bke::GeometryFieldInput.
Definition at line 454 of file node_geo_blur_attribute.cc.
References blender::bke::try_detect_field_domain().