|
Blender
V3.3
|
#include <FN_multi_function_builder.hh>
Additional Inherited Members | |
Static Public Member Functions inherited from blender::fn::CustomMF< MFParamTag< MFParamCategory::SingleInput, In1 >, MFParamTag< MFParamCategory::SingleInput, In2 >, MFParamTag< MFParamCategory::SingleOutput, Out1 > > | |
| static void | execute (ElementFn element_fn, ExecPreset exec_preset, IndexMask mask, MFParams params, std::index_sequence< I... >) |
| static void | add_signature_parameters (MFSignatureBuilder &signature, std::index_sequence< I... >) |
Protected Member Functions inherited from blender::fn::MultiFunction | |
| void | set_signature (const MFSignature *signature) |
| virtual ExecutionHints | get_execution_hints () const |
Generates a multi-function with the following parameters:
Definition at line 449 of file FN_multi_function_builder.hh.
|
inline |
Definition at line 454 of file FN_multi_function_builder.hh.
References blender::fn::SingleInput, and blender::fn::SingleOutput.