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
6
extern
"C"
{
7
#endif
8
9
typedef
struct
MR_PointCloud
MR_PointCloud
;
// Defined in `#include <MRCMesh/MRPointCloud.h>`.
10
typedef
struct
MR_std_function_bool_from_float
MR_std_function_bool_from_float
;
// Defined in `#include <MRCMisc/std_function_bool_from_float.h>`.
11
typedef
struct
MR_std_optional_MR_VertBitSet
MR_std_optional_MR_VertBitSet
;
// Defined in `#include <MRCMisc/std_optional_MR_VertBitSet.h>`.
12
13
22
MRC_API
MR_std_optional_MR_VertBitSet
*
MR_pointIterativeSampling
(
const
MR_PointCloud
*cloud,
int
numSamples,
const
MR_std_function_bool_from_float
*cb);
23
24
#ifdef __cplusplus
25
}
// extern "C"
26
#endif
MR_std_function_bool_from_float
struct MR_std_function_bool_from_float MR_std_function_bool_from_float
Definition
MR3mf.h:10
MR_std_optional_MR_VertBitSet
struct MR_std_optional_MR_VertBitSet MR_std_optional_MR_VertBitSet
Definition
MRCloseVertices.h:19
MR_PointCloud
struct MR_PointCloud MR_PointCloud
Definition
MRCtm.h:14
MR_pointIterativeSampling
MRC_API MR_std_optional_MR_VertBitSet * MR_pointIterativeSampling(const MR_PointCloud *cloud, int numSamples, const MR_std_function_bool_from_float *cb)
exports.h
MRC_API
#define MRC_API
Definition
exports.h:11
MeshLib
Cbindings
MRCMesh
MRIterativeSampling.h
Generated by
1.11.0