Blender
V3.3
|
Public Member Functions | |
MF_SeparateXYZ () | |
void | call (IndexMask mask, fn::MFParams params, fn::MFContext UNUSED(context)) 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 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 | |
static fn::MFSignature | create_signature () |
Additional Inherited Members | |
![]() | |
void | set_signature (const MFSignature *signature) |
virtual ExecutionHints | get_execution_hints () const |
Definition at line 30 of file node_shader_sepcomb_xyz.cc.
|
inline |
Definition at line 32 of file node_shader_sepcomb_xyz.cc.
References create_signature(), blender::fn::MultiFunction::set_signature(), and blender::fn::MultiFunction::signature().
|
inlineoverride |
Definition at line 48 of file node_shader_sepcomb_xyz.cc.
References blender::Vector< T, InlineBufferCapacity, Allocator >::append(), blender::Vector< T, InlineBufferCapacity, Allocator >::data(), blender::devirtualize_varray(), mask(), outputs, params, and blender::Vector< T, InlineBufferCapacity, Allocator >::size().
|
inlinestatic |
Definition at line 38 of file node_shader_sepcomb_xyz.cc.
References blender::fn::MultiFunction::signature().
Referenced by MF_SeparateXYZ().