Blender
V3.3
|
Public Member Functions | |
ProximityFunction (GeometrySet target, GeometryNodeProximityTargetType type) | |
void | call (IndexMask mask, fn::MFParams params, fn::MFContext UNUSED(context)) const override |
![]() | |
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 () |
Additional Inherited Members | |
![]() | |
void | set_signature (const MFSignature *signature) |
virtual ExecutionHints | get_execution_hints () const |
Definition at line 132 of file node_geo_proximity.cc.
|
inline |
Definition at line 138 of file node_geo_proximity.cc.
|
inlineoverride |
Definition at line 154 of file node_geo_proximity.cc.
References blender::nodes::node_geo_proximity_cc::calculate_mesh_proximity(), blender::nodes::node_geo_proximity_cc::calculate_pointcloud_proximity(), GEO_NODE_PROX_TARGET_POINTS, GeometrySet::get_mesh_for_read(), GeometrySet::get_pointcloud_for_read(), GeometrySet::has_mesh(), GeometrySet::has_pointcloud(), mask(), blender::threading::parallel_for(), params, and positions.
|
inlinestatic |
Definition at line 145 of file node_geo_proximity.cc.
References blender::fn::MFSignatureBuilder::single_input().