|
Blender
V3.3
|
#include <FN_multi_function_builder.hh>
Public Member Functions | |
| CustomMF_SM (const char *name, FunctionT function) | |
| template<typename ElementFuncT > | |
| CustomMF_SM (const char *name, ElementFuncT element_fn) | |
| void | call (IndexMask mask, MFParams params, 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 MFSignature & | signature () const |
| ExecutionHints | execution_hints () const |
Static Public Member Functions | |
| template<typename ElementFuncT > | |
| static FunctionT | create_function (ElementFuncT element_fn) |
Additional Inherited Members | |
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 537 of file FN_multi_function_builder.hh.
|
inline |
Definition at line 544 of file FN_multi_function_builder.hh.
References blender::fn::MultiFunction::name(), blender::fn::MultiFunction::set_signature(), and blender::fn::MultiFunction::signature().
|
inline |
Definition at line 553 of file FN_multi_function_builder.hh.
|
inlineoverride |
Definition at line 569 of file FN_multi_function_builder.hh.
|
inlinestatic |
Definition at line 558 of file FN_multi_function_builder.hh.
References mask().