Blender
V3.3
|
#include <FN_multi_function_builder.hh>
Additional Inherited Members | |
![]() | |
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... >) |
![]() | |
void | set_signature (const MFSignature *signature) |
virtual ExecutionHints | get_execution_hints () const |
Generates a multi-function with the following parameters:
This example creates a function that adds 10 to the incoming values: CustomMF_SI_SO<int, int> fn("add 10", [](int value) { return value + 10; });
Definition at line 426 of file FN_multi_function_builder.hh.
|
inline |
Definition at line 430 of file FN_multi_function_builder.hh.
References blender::fn::SingleInput, and blender::fn::SingleOutput.