Blender V4.3
GEO_point_merge_by_distance.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
7#include "BLI_index_mask.hh"
8
10
11struct PointCloud;
12
17namespace blender::geometry {
18
24 const float merge_distance,
25 const IndexMask &selection,
26 const bke::AttributeFilter &attribute_filter);
27
28} // namespace blender::geometry
PointCloud * point_merge_by_distance(const PointCloud &src_points, const float merge_distance, const IndexMask &selection, const bke::AttributeFilter &attribute_filter)