|
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 120 of file node_geo_field_variance.cc.
|
inline |
Definition at line 128 of file node_geo_field_variance.cc.
References blender::fn::FieldInput::cpp_type(), and input.
Referenced by is_equal_to().
|
inlinefinalvirtual |
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 247 of file node_geo_field_variance.cc.
References blender::bke::GeometryFieldInput::FieldInput().
|
inlinefinalvirtual |
Implements blender::bke::GeometryFieldInput.
Definition at line 140 of file node_geo_field_variance.cc.
References blender::fn::FieldEvaluator::add(), blender::bke::attribute_math::convert_to_static_type(), blender::bke::AttributeAccessor::domain_size(), blender::fn::FieldEvaluator::evaluate(), blender::fn::FieldEvaluator::get_evaluated(), and blender::GVArrayCommon::type().
|
inlineoverridevirtual |
Reimplemented from blender::fn::FieldNode.
Definition at line 253 of file node_geo_field_variance.cc.
References blender::get_default_hash().
|
inlineoverridevirtual |
Reimplemented from blender::fn::FieldNode.
Definition at line 258 of file node_geo_field_variance.cc.
References FieldVarianceInput().
|
inlineoverridevirtual |
Reimplemented from blender::bke::GeometryFieldInput.
Definition at line 268 of file node_geo_field_variance.cc.