|
Blender
V3.3
|
Public Member Functions | |
| MusgraveFunction (const int dimensions, const int musgrave_type) | |
| 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 (const int dimensions, const int musgrave_type) |
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 126 of file node_shader_tex_musgrave.cc.
|
inline |
Definition at line 132 of file node_shader_tex_musgrave.cc.
References BLI_assert, create_signature(), blender::fn::MultiFunction::set_signature(), SHD_MUSGRAVE_FBM, SHD_MUSGRAVE_HETERO_TERRAIN, SHD_MUSGRAVE_HYBRID_MULTIFRACTAL, SHD_MUSGRAVE_MULTIFRACTAL, and SHD_MUSGRAVE_RIDGED_MULTIFRACTAL.
|
inlineoverride |
Definition at line 195 of file node_shader_tex_musgrave.cc.
References ELEM, blender::MutableSpan< T >::is_empty(), mask(), blender::noise::musgrave_fBm(), blender::noise::musgrave_hetero_terrain(), blender::noise::musgrave_hybrid_multi_fractal(), blender::noise::musgrave_multi_fractal(), blender::noise::musgrave_ridged_multi_fractal(), offset, params, SHD_MUSGRAVE_FBM, SHD_MUSGRAVE_HETERO_TERRAIN, SHD_MUSGRAVE_HYBRID_MULTIFRACTAL, SHD_MUSGRAVE_MULTIFRACTAL, SHD_MUSGRAVE_RIDGED_MULTIFRACTAL, and w().
|
inlinestatic |
Definition at line 166 of file node_shader_tex_musgrave.cc.
References ELEM, SHD_MUSGRAVE_HETERO_TERRAIN, SHD_MUSGRAVE_HYBRID_MULTIFRACTAL, SHD_MUSGRAVE_RIDGED_MULTIFRACTAL, and blender::fn::MultiFunction::signature().
Referenced by MusgraveFunction().