|
Blender V5.0
|
Classes | |
| class | IndexOfNearestFieldInput |
| class | HasNeighborFieldInput |
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static KDTree_3d * | build_kdtree (const Span< float3 > positions, const IndexMask &mask) |
| static int | find_nearest_non_self (const KDTree_3d &tree, const float3 &position, const int index) |
| static void | find_neighbors (const KDTree_3d &tree, const Span< float3 > positions, const IndexMask &mask, MutableSpan< int > r_indices) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_register () |
|
static |
Definition at line 26 of file node_geo_index_of_nearest.cc.
Referenced by blender::nodes::node_geo_index_of_nearest_cc::IndexOfNearestFieldInput::get_varray_for_context().
|
static |
Definition at line 35 of file node_geo_index_of_nearest.cc.
References tree.
Referenced by find_neighbors().
|
static |
Definition at line 46 of file node_geo_index_of_nearest.cc.
References find_nearest_non_self(), mask(), and tree.
Referenced by blender::nodes::node_geo_index_of_nearest_cc::IndexOfNearestFieldInput::get_varray_for_context().
|
static |
Definition at line 14 of file node_geo_index_of_nearest.cc.
References b, blender::nodes::SocketDeclaration::description, blender::nodes::SocketDeclaration::hide_value, NODE_DEFAULT_INPUT_POSITION_FIELD, and blender::nodes::SocketDeclaration::structure_type.
Referenced by node_register().
|
static |
Definition at line 226 of file node_geo_index_of_nearest.cc.
References params.
Referenced by node_register().
|
static |
Definition at line 244 of file node_geo_index_of_nearest.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, GEO_NODE_INDEX_OF_NEAREST, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::nclass, NODE_CLASS_CONVERTER, node_declare(), node_geo_exec(), blender::bke::node_register_type(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.