Blender
V3.3
|
#include <FN_multi_function_builder.hh>
Public Member Functions | |
template<typename U > | |
CustomMF_Constant (U &&value) | |
void | call (IndexMask mask, MFParams params, MFContext UNUSED(context)) const override |
uint64_t | hash () const override |
bool | equals (const MultiFunction &other) 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 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 |
Generates a multi-function that outputs a constant value.
Definition at line 615 of file FN_multi_function_builder.hh.
|
inline |
Definition at line 621 of file FN_multi_function_builder.hh.
References blender::fn::MultiFunction::set_signature(), blender::fn::MultiFunction::signature(), and T.
|
inlineoverride |
Definition at line 644 of file FN_multi_function_builder.hh.
References type.
|
inlineoverridevirtual |
Reimplemented from blender::fn::MultiFunction.
Definition at line 639 of file FN_multi_function_builder.hh.
References blender::get_default_hash().