Blender V4.3
blender::nodes::node_geo_sample_nearest_surface_cc::SampleNearestSurfaceFunction Class Reference

Inherits blender::fn::multi_function::MultiFunction.

Public Member Functions

 SampleNearestSurfaceFunction (GeometrySet geometry, const Field< int > &group_id_field)
 
 ~SampleNearestSurfaceFunction ()
 
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 Signaturesignature () const
 
ExecutionHints execution_hints () const
 

Additional Inherited Members

- Protected Member Functions inherited from blender::fn::multi_function::MultiFunction
void set_signature (const Signature *signature)
 

Detailed Description

Definition at line 79 of file node_geo_sample_nearest_surface.cc.

Constructor & Destructor Documentation

◆ SampleNearestSurfaceFunction()

◆ ~SampleNearestSurfaceFunction()

blender::nodes::node_geo_sample_nearest_surface_cc::SampleNearestSurfaceFunction::~SampleNearestSurfaceFunction ( )
inline

Definition at line 133 of file node_geo_sample_nearest_surface.cc.

References free_bvhtree_from_mesh(), and tree.

Member Function Documentation

◆ call()

void blender::nodes::node_geo_sample_nearest_surface_cc::SampleNearestSurfaceFunction::call ( const IndexMask & mask,
mf::Params params,
mf::Context  ) const
inlineoverridevirtual

◆ get_execution_hints()

ExecutionHints blender::nodes::node_geo_sample_nearest_surface_cc::SampleNearestSurfaceFunction::get_execution_hints ( ) const
inlineoverridevirtual

The documentation for this class was generated from the following file: