MeshLib C Docs
Loading...
Searching...
No Matches
MRIterativeSampling.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/exports.h>
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9typedef struct MR_PointCloud MR_PointCloud; // Defined in `#include <MRCMesh/MRPointCloud.h>`.
10typedef struct MR_std_function_bool_from_float MR_std_function_bool_from_float; // Defined in `#include <MRCMisc/std_function_bool_from_float.h>`.
11typedef struct MR_std_optional_MR_VertBitSet MR_std_optional_MR_VertBitSet; // Defined in `#include <MRCMisc/std_optional_MR_VertBitSet.h>`.
12
13
23
24#ifdef __cplusplus
25} // extern "C"
26#endif
struct MR_std_function_bool_from_float MR_std_function_bool_from_float
Definition MR3mf.h:10
struct MR_std_optional_MR_VertBitSet MR_std_optional_MR_VertBitSet
Definition MRCloseVertices.h:19
struct MR_PointCloud MR_PointCloud
Definition MRCtm.h:14
MRC_API MR_std_optional_MR_VertBitSet * MR_pointIterativeSampling(const MR_PointCloud *cloud, int numSamples, const MR_std_function_bool_from_float *cb)
#define MRC_API
Definition exports.h:11