|
Blender
V3.3
|
Public Member Functions | |
| VoronoiMinowskiFunction (int dimensions, int feature) | |
| void | call (IndexMask mask, fn::MFParams params, fn::MFContext UNUSED(context)) const override |
| ExecutionHints | get_execution_hints () 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, int feature) |
Additional Inherited Members | |
Protected Member Functions inherited from blender::fn::MultiFunction | |
| void | set_signature (const MFSignature *signature) |
Definition at line 182 of file node_shader_tex_voronoi.cc.
|
inline |
Definition at line 188 of file node_shader_tex_voronoi.cc.
References BLI_assert, create_signature(), blender::fn::MultiFunction::set_signature(), SHD_VORONOI_F1, SHD_VORONOI_F2, and SHD_VORONOI_SMOOTH_F1.
|
inlineoverride |
Definition at line 237 of file node_shader_tex_voronoi.cc.
References col, blender::MutableSpan< T >::is_empty(), mask(), max, min, params, pos, blender::math::safe_divide(), SHD_VORONOI_F1, SHD_VORONOI_F2, SHD_VORONOI_MINKOWSKI, SHD_VORONOI_SMOOTH_F1, blender::noise::voronoi_f1(), blender::noise::voronoi_f2(), blender::noise::voronoi_smooth_f1(), w(), x, y, and z.
|
inlinestatic |
Definition at line 208 of file node_shader_tex_voronoi.cc.
References ELEM, SHD_VORONOI_SMOOTH_F1, and blender::fn::MultiFunction::signature().
Referenced by VoronoiMinowskiFunction().
|
inlineoverridevirtual |
Reimplemented from blender::fn::MultiFunction.
Definition at line 608 of file node_shader_tex_voronoi.cc.
References blender::nodes::node_shader_tex_voronoi_cc::voronoi_execution_hints.