|
Blender V4.3
|
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 365 of file node_geo_blur_attribute.cc.
|
inline |
Definition at line 372 of file node_geo_blur_attribute.cc.
|
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 435 of file node_geo_blur_attribute.cc.
References blender::fn::FieldNode::for_each_field_input_recursive(), and blender::fn::GFieldBase< NodePtr >::node().
|
inlinefinalvirtual |
Implements blender::bke::GeometryFieldInput.
Definition at line 380 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(), and blender::fn::FieldEvaluator::get_evaluated().
|
inlineoverridevirtual |
Reimplemented from blender::fn::FieldNode.
Definition at line 441 of file node_geo_blur_attribute.cc.
References blender::get_default_hash().
|
inlineoverridevirtual |
Reimplemented from blender::fn::FieldNode.
Definition at line 446 of file node_geo_blur_attribute.cc.
|
inlineoverridevirtual |
Reimplemented from blender::bke::GeometryFieldInput.
Definition at line 457 of file node_geo_blur_attribute.cc.