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#include <stdint.h>
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11typedef struct MR_PointCloud MR_PointCloud; // Defined in `#include <MRCMesh/MRPointCloud.h>`.
12typedef struct MR_std_function_bool_from_float MR_std_function_bool_from_float; // Defined in `#include <MRCMisc/std_function_bool_from_float.h>`.
13typedef struct MR_std_optional_MR_VertBitSet MR_std_optional_MR_VertBitSet; // Defined in `#include <MRCMisc/std_optional_MR_VertBitSet.h>`.
14
15
25
26#ifdef __cplusplus
27} // extern "C"
28#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:15
MRC_API MR_std_optional_MR_VertBitSet * MR_pointIterativeSampling(const MR_PointCloud *cloud, int32_t numSamples, const MR_std_function_bool_from_float *cb)
#define MRC_API
Definition exports.h:11