Blender
V4.3
source
blender
geometry
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
9
#include "
BKE_attribute_filter.hh
"
10
11
struct
PointCloud
;
12
17
namespace
blender::geometry
{
18
23
PointCloud
*
point_merge_by_distance
(
const
PointCloud
&src_points,
24
const
float
merge_distance,
25
const
IndexMask &selection,
26
const
bke::AttributeFilter &attribute_filter);
27
28
}
// namespace blender::geometry
BKE_attribute_filter.hh
BLI_index_mask.hh
blender::geometry
Definition
GEO_add_curves_on_mesh.hh:17
blender::geometry::point_merge_by_distance
PointCloud * point_merge_by_distance(const PointCloud &src_points, const float merge_distance, const IndexMask &selection, const bke::AttributeFilter &attribute_filter)
Definition
point_merge_by_distance.cc:20
PointCloud
Definition
DNA_pointcloud_types.h:37
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0