|
Blender V4.3
|
Inherits blender::fn::multi_function::MultiFunction.
Public Member Functions | |
| NoiseFunction (int dimensions, int type, bool normalize) | |
| void | call (const IndexMask &mask, mf::Params params, mf::Context) const override |
| ExecutionHints | get_execution_hints () const override |
Public Member Functions inherited from blender::fn::multi_function::MultiFunction | |
| virtual | ~MultiFunction () |
| void | call_auto (const IndexMask &mask, Params params, Context context) const |
| virtual uint64_t | hash () const |
| virtual bool | equals (const MultiFunction &) const |
| int | param_amount () const |
| IndexRange | param_indices () const |
| ParamType | param_type (int param_index) const |
| StringRefNull | param_name (int param_index) const |
| StringRefNull | name () const |
| virtual std::string | debug_name () const |
| const Signature & | signature () const |
| ExecutionHints | execution_hints () const |
Static Public Member Functions | |
| static mf::Signature | create_signature (int dimensions, int type) |
Additional Inherited Members | |
Protected Member Functions inherited from blender::fn::multi_function::MultiFunction | |
| void | set_signature (const Signature *signature) |
Definition at line 167 of file node_shader_tex_noise.cc.
|
inline |
Definition at line 174 of file node_shader_tex_noise.cc.
References BLI_assert, create_signature(), blender::fn::multi_function::MultiFunction::set_signature(), SHD_NOISE_FBM, SHD_NOISE_HETERO_TERRAIN, SHD_NOISE_HYBRID_MULTIFRACTAL, SHD_NOISE_MULTIFRACTAL, and SHD_NOISE_RIDGED_MULTIFRACTAL.
|
inlineoverridevirtual |
Implements blender::fn::multi_function::MultiFunction.
Definition at line 242 of file node_shader_tex_noise.cc.
References blender::math::clamp(), ELEM, blender::math::max(), params, blender::noise::perlin_float3_fractal_distorted(), blender::noise::perlin_fractal_distorted(), SHD_NOISE_HETERO_TERRAIN, SHD_NOISE_HYBRID_MULTIFRACTAL, SHD_NOISE_RIDGED_MULTIFRACTAL, and w().
|
inlinestatic |
Definition at line 208 of file node_shader_tex_noise.cc.
References ELEM, SHD_NOISE_HETERO_TERRAIN, SHD_NOISE_HYBRID_MULTIFRACTAL, SHD_NOISE_RIDGED_MULTIFRACTAL, and blender::fn::multi_function::MultiFunction::signature().
Referenced by NoiseFunction().
|
inlineoverridevirtual |
Reimplemented from blender::fn::multi_function::MultiFunction.
Definition at line 419 of file node_shader_tex_noise.cc.
References blender::fn::multi_function::MultiFunction::ExecutionHints::allocates_array, and blender::fn::multi_function::MultiFunction::ExecutionHints::min_grain_size.