|
Blender V4.5
|
Inherits blender::bke::MeshFieldInput.
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 30 of file node_geo_input_mesh_face_is_planar.cc.
|
inline |
Definition at line 35 of file node_geo_input_mesh_face_is_planar.cc.
References blender::fn::FieldInput::category_, and blender::fn::FieldInput::Generated.
|
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 79 of file node_geo_input_mesh_face_is_planar.cc.
References blender::fn::FieldNode::for_each_field_input_recursive(), and blender::fn::GFieldBase< NodePtr >::node().
|
inlinefinal |
Definition at line 41 of file node_geo_input_mesh_face_is_planar.cc.
References Geometry::attributes, blender::math::dot(), dot(), faces, FLT_MAX, blender::VArray< T >::ForFunc(), max, mesh, min, blender::IndexRange::size(), and blender::Span< T >::slice().
|
inlineoverridevirtual |
Reimplemented from blender::fn::FieldNode.
Definition at line 84 of file node_geo_input_mesh_face_is_planar.cc.
|
inlineoverridevirtual |
Reimplemented from blender::fn::FieldNode.
Definition at line 90 of file node_geo_input_mesh_face_is_planar.cc.
|
inlineoverridevirtual |
Reimplemented from blender::bke::MeshFieldInput.
Definition at line 95 of file node_geo_input_mesh_face_is_planar.cc.