|
Blender V5.0
|
#include <BKE_geometry_fields.hh>
Inherits blender::bke::GeometryFieldInput.
Static Public Member Functions | |
| static fn::GField | from (std::string name, const CPPType &type, std::optional< std::string > socket_inspection_name=std::nullopt) |
| template<typename T> | |
| static fn::Field< T > | from (std::string name, std::optional< std::string > socket_inspection_name=std::nullopt) |
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 272 of file BKE_geometry_fields.hh.
|
inline |
Definition at line 278 of file BKE_geometry_fields.hh.
References blender::fn::FieldInput::AnonymousAttribute, blender::bke::attribute_name_is_anonymous(), blender::fn::FieldInput::category_, name, blender::fn::FieldInput::NamedAttribute, and socket_inspection_name().
Referenced by is_equal_to().
|
inline |
Definition at line 305 of file BKE_geometry_fields.hh.
Referenced by blender::nodes::node_geo_volume_cube_cc::Grid3DFieldContext::get_varray_for_input().
|
inlinestatic |
Definition at line 289 of file BKE_geometry_fields.hh.
References name, and socket_inspection_name().
Referenced by from(), blender::nodes::implicit_field_inputs::handle_left(), blender::nodes::implicit_field_inputs::handle_right(), blender::nodes::initialize_group_input(), blender::nodes::implicit_field_inputs::instance_transform(), blender::nodes::node_geo_tool_face_set_cc::node_geo_exec(), blender::nodes::implicit_field_inputs::position(), and blender::nodes::node_geo_set_position_cc::set_curves_position().
|
inlinestatic |
Definition at line 298 of file BKE_geometry_fields.hh.
References from(), blender::CPPType::get(), name, and socket_inspection_name().
|
overridevirtual |
Implements blender::bke::GeometryFieldInput.
Definition at line 391 of file geometry_fields.cc.
References BLI_SCOPED_DEFER, BUFFER_FOR_CPP_TYPE_VALUE, blender::fn::FieldInput::cpp_type(), blender::bke::cpp_type_to_attribute_type(), blender::bke::Curve, blender::bke::AttributeAccessor::domain_size(), ELEM, blender::GVArray::from_single(), blender::bke::Instance, blender::bke::instance_position_varray(), blender::bke::Layer, blender::bke::AttributeAccessor::lookup(), blender::bke::Point, and blender::fn::FieldInput::type_.
|
overridevirtual |
Reimplemented from blender::fn::FieldNode.
Definition at line 459 of file geometry_fields.cc.
References blender::get_default_hash(), and blender::fn::FieldInput::type_.
|
overridevirtual |
Reimplemented from blender::fn::FieldNode.
Definition at line 464 of file geometry_fields.cc.
References AttributeFieldInput(), and blender::fn::FieldInput::type_.
|
overridevirtual |
Reimplemented from blender::bke::GeometryFieldInput.
Definition at line 472 of file geometry_fields.cc.
References blender::bke::GeometryComponent::attributes().
|
overridevirtual |
Reimplemented from blender::fn::FieldInput.
Definition at line 451 of file geometry_fields.cc.
References TIP_.
Referenced by AttributeFieldInput(), from(), and from().