|
Blender
V2.93
|
Inherits blender::fn::MultiFunction.
Public Member Functions | |
| MapRangeFunction (bool clamp) | |
| void | call (blender::IndexMask mask, blender::fn::MFParams params, blender::fn::MFContext UNUSED(context)) const override |
Public Member Functions inherited from blender::fn::MultiFunction | |
| virtual | ~MultiFunction () |
| 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 |
| bool | depends_on_context () const |
| const MFSignature & | signature () const |
Static Public Member Functions | |
| static blender::fn::MFSignature | create_signature () |
Additional Inherited Members | |
Protected Member Functions inherited from blender::fn::MultiFunction | |
| void | set_signature (const MFSignature *signature) |
Definition at line 106 of file node_shader_map_range.cc.
|
inline |
Definition at line 111 of file node_shader_map_range.cc.
References create_signature(), blender::fn::MultiFunction::set_signature(), and blender::fn::MultiFunction::signature().
|
inlineoverride |
Definition at line 124 of file node_shader_map_range.cc.
References clamp_f(), mask(), params, and safe_divide().
|
inlinestatic |
Definition at line 117 of file node_shader_map_range.cc.
References map_range_signature(), and blender::fn::MultiFunction::signature().
Referenced by MapRangeFunction().