MeshLib C Docs
Loading...
Searching...
No Matches
MRDelaunayTriangulationXY.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/common.h>
4#include <MRCMisc/exports.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10typedef struct MR_PointCloud MR_PointCloud; // Defined in `#include <MRCMesh/MRPointCloud.h>`.
11typedef struct MR_expected_MR_Mesh_std_string MR_expected_MR_Mesh_std_string; // Defined in `#include <MRCMisc/expected_MR_Mesh_std_string.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_vector_MR_Vector3f MR_std_vector_MR_Vector3f; // Defined in `#include <MRCMisc/std_vector_MR_Vector3f.h>`.
14
15
24
33
43
44#ifdef __cplusplus
45} // extern "C"
46#endif
struct MR_std_function_bool_from_float MR_std_function_bool_from_float
Definition MR3mf.h:10
struct MR_std_vector_MR_Vector3f MR_std_vector_MR_Vector3f
Definition MRBestFit.h:25
struct MR_expected_MR_Mesh_std_string MR_expected_MR_Mesh_std_string
Definition MRCtm.h:24
struct MR_PointCloud MR_PointCloud
Definition MRCtm.h:19
MRC_API MR_expected_MR_Mesh_std_string * MR_delaunayTriangulationXY_const_MR_PointCloud_ref(const MR_PointCloud *cloud, const MR_std_function_bool_from_float *cb)
MRC_API MR_expected_MR_Mesh_std_string * MR_delaunayTriangulationXY_MR_PointCloud_rvalue_ref(MR_PointCloud *cloud, const MR_std_function_bool_from_float *cb)
MRC_API MR_expected_MR_Mesh_std_string * MR_delaunayTriangulationXY_std_vector_MR_Vector3f(MR_PassBy points_pass_by, MR_std_vector_MR_Vector3f *points, const MR_std_function_bool_from_float *cb)
MR_PassBy
Definition common.h:13
#define MRC_API
Definition include/MRCMisc/exports.h:11