Blender
V3.3
|
Public Member Functions | |
NearestTransferFunction (GeometrySet geometry, GField src_field, eAttrDomain domain) | |
fn::MFSignature | create_signature () |
void | call (IndexMask mask, fn::MFParams params, fn::MFContext UNUSED(context)) const override |
![]() | |
virtual | ~MultiFunction () |
void | call_auto (IndexMask mask, MFParams params, MFContext context) const |
virtual void | call (IndexMask mask, MFParams params, MFContext context) const =0 |
virtual uint64_t | hash () const |
virtual bool | equals (const MultiFunction &UNUSED(other)) const |
int | param_amount () const |
IndexRange | param_indices () const |
MFParamType | param_type (int param_index) const |
StringRefNull | param_name (int param_index) const |
StringRefNull | name () const |
virtual std::string | debug_name () const |
bool | depends_on_context () const |
const MFSignature & | signature () const |
ExecutionHints | execution_hints () const |
Additional Inherited Members | |
![]() | |
void | set_signature (const MFSignature *signature) |
virtual ExecutionHints | get_execution_hints () const |
Definition at line 449 of file node_geo_transfer_attribute.cc.
|
inline |
Definition at line 469 of file node_geo_transfer_attribute.cc.
References blender::nodes::node_geo_transfer_attribute_cc::component_is_available(), create_signature(), GeometrySet::ensure_owns_direct_data(), GEO_COMPONENT_TYPE_MESH, GEO_COMPONENT_TYPE_POINT_CLOUD, and blender::fn::MultiFunction::set_signature().
|
inlineoverride |
Definition at line 490 of file node_geo_transfer_attribute.cc.
References ATTR_DOMAIN_CORNER, ATTR_DOMAIN_EDGE, ATTR_DOMAIN_FACE, ATTR_DOMAIN_POINT, blender::attribute_math::convert_to_static_type(), blender::nodes::node_geo_transfer_attribute_cc::copy_with_indices(), blender::nodes::node_geo_transfer_attribute_cc::get_closest_mesh_corners(), blender::nodes::node_geo_transfer_attribute_cc::get_closest_mesh_edges(), blender::nodes::node_geo_transfer_attribute_cc::get_closest_mesh_points(), blender::nodes::node_geo_transfer_attribute_cc::get_closest_mesh_polygons(), blender::nodes::node_geo_transfer_attribute_cc::get_closest_pointcloud_points(), GeometrySet::get_mesh_for_read(), GeometrySet::get_pointcloud_for_read(), if(), mask(), mesh, params, positions, blender::Array< T, InlineBufferCapacity, Allocator >::reinitialize(), T, and blender::GVArray::typed().
|
inline |
Definition at line 482 of file node_geo_transfer_attribute.cc.
References blender::fn::GFieldBase< NodePtr >::cpp_type(), and blender::fn::MultiFunction::signature().
Referenced by NearestTransferFunction().