|
Blender V4.3
|
#include "BLI_array.hh"#include "BLI_kdtree.h"#include "BLI_map.hh"#include "BLI_task.hh"#include "node_geometry_util.hh"Go to the source code of this file.
Classes | |
| class | blender::nodes::node_geo_index_of_nearest_cc::IndexOfNearestFieldInput |
| class | blender::nodes::node_geo_index_of_nearest_cc::HasNeighborFieldInput |
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_geo_index_of_nearest_cc |
Functions | |
| static void | blender::nodes::node_geo_index_of_nearest_cc::node_declare (NodeDeclarationBuilder &b) |
| static KDTree_3d * | blender::nodes::node_geo_index_of_nearest_cc::build_kdtree (const Span< float3 > positions, const IndexMask &mask) |
| static int | blender::nodes::node_geo_index_of_nearest_cc::find_nearest_non_self (const KDTree_3d &tree, const float3 &position, const int index) |
| static void | blender::nodes::node_geo_index_of_nearest_cc::find_neighbors (const KDTree_3d &tree, const Span< float3 > positions, const IndexMask &mask, MutableSpan< int > r_indices) |
| static void | blender::nodes::node_geo_index_of_nearest_cc::node_geo_exec (GeoNodeExecParams params) |
| static void | blender::nodes::node_geo_index_of_nearest_cc::node_register () |