Blender  V3.3
Public Member Functions | List of all members
blender::nodes::node_geo_transfer_attribute_cc::IndexTransferFunction Class Reference
Inheritance diagram for blender::nodes::node_geo_transfer_attribute_cc::IndexTransferFunction:
blender::fn::MultiFunction

Public Member Functions

 IndexTransferFunction (GeometrySet geometry, GField src_field, const eAttrDomain domain)
 
fn::MFSignature create_signature ()
 
void evaluate_field ()
 
void call (IndexMask mask, fn::MFParams params, fn::MFContext UNUSED(context)) const override
 
- Public Member Functions inherited from blender::fn::MultiFunction
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 MFSignaturesignature () const
 
ExecutionHints execution_hints () const
 

Additional Inherited Members

- Protected Member Functions inherited from blender::fn::MultiFunction
void set_signature (const MFSignature *signature)
 
virtual ExecutionHints get_execution_hints () const
 

Detailed Description

The index-based transfer theoretically does not need realized data when there is only one instance geometry set in the source. A future optimization could be removing that limitation internally.

Definition at line 624 of file node_geo_transfer_attribute.cc.

Constructor & Destructor Documentation

◆ IndexTransferFunction()

blender::nodes::node_geo_transfer_attribute_cc::IndexTransferFunction::IndexTransferFunction ( GeometrySet  geometry,
GField  src_field,
const eAttrDomain  domain 
)
inline

Member Function Documentation

◆ call()

void blender::nodes::node_geo_transfer_attribute_cc::IndexTransferFunction::call ( IndexMask  mask,
fn::MFParams  params,
fn::MFContext   UNUSEDcontext 
) const
inlineoverride

◆ create_signature()

fn::MFSignature blender::nodes::node_geo_transfer_attribute_cc::IndexTransferFunction::create_signature ( )
inline

◆ evaluate_field()

void blender::nodes::node_geo_transfer_attribute_cc::IndexTransferFunction::evaluate_field ( )
inline

The documentation for this class was generated from the following file: