|
Blender
V3.3
|
Public Member Functions | |
| WhiteNoiseFunction (int dimensions) | |
| void | call (IndexMask mask, fn::MFParams params, fn::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 | |
| static fn::MFSignature | create_signature (int dimensions) |
Additional Inherited Members | |
Protected Member Functions inherited from blender::fn::MultiFunction | |
| void | set_signature (const MFSignature *signature) |
| virtual ExecutionHints | get_execution_hints () const |
Definition at line 63 of file node_shader_tex_white_noise.cc.
|
inline |
Definition at line 68 of file node_shader_tex_white_noise.cc.
References BLI_assert, create_signature(), and blender::fn::MultiFunction::set_signature().
|
inlineoverride |
Definition at line 97 of file node_shader_tex_white_noise.cc.
References Freestyle::c, ELEM, blender::noise::hash_float_to_float(), blender::noise::hash_float_to_float3(), blender::MutableSpan< T >::is_empty(), mask(), params, w(), x, y, and z.
|
inlinestatic |
Definition at line 80 of file node_shader_tex_white_noise.cc.
References ELEM, and blender::fn::MultiFunction::signature().
Referenced by WhiteNoiseFunction().