Blender
V3.3
|
Public Member Functions | |
RaycastFunction (GeometrySet target, GField src_field, GeometryNodeRaycastMapMode mapping) | |
fn::MFSignature | create_signature () |
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 |
Additional Inherited Members | |
![]() | |
void | set_signature (const MFSignature *signature) |
virtual ExecutionHints | get_execution_hints () const |
Definition at line 205 of file node_geo_raycast.cc.
|
inline |
Definition at line 223 of file node_geo_raycast.cc.
References GeometrySet::ensure_owns_direct_data().
|
inlineoverride |
Definition at line 248 of file node_geo_raycast.cc.
References blender::Vector< T, InlineBufferCapacity, Allocator >::append(), BLI_assert, blender::nodes::node_geo_raycast_cc::get_map_mode(), GeometrySet::get_mesh_for_read(), GeometrySet::has_mesh(), interp(), mask(), mesh, params, blender::nodes::node_geo_raycast_cc::raycast_to_mesh(), blender::Array< T, InlineBufferCapacity, Allocator >::reinitialize(), blender::Vector< T, InlineBufferCapacity, Allocator >::reserve(), and result.
|
inline |
Definition at line 232 of file node_geo_raycast.cc.
References blender::fn::MFSignatureBuilder::single_input(), and blender::GVArrayCommon::type().