MeshLib C Docs
Loading...
Searching...
No Matches
MRStitchOpenTwins.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_Mesh MR_Mesh; // Defined in `#include <MRCMesh/MRMesh.h>`.
10typedef struct MR_expected_size_t_std_string MR_expected_size_t_std_string; // Defined in `#include <MRCMisc/expected_size_t_std_string.h>`.
11typedef struct MR_std_function_bool_from_float MR_std_function_bool_from_float; // Defined in `#include <MRCMisc/std_function_bool_from_float.h>`.
12
13
21
22#ifdef __cplusplus
23} // extern "C"
24#endif
struct MR_std_function_bool_from_float MR_std_function_bool_from_float
Definition MR3mf.h:10
struct MR_Mesh MR_Mesh
Definition MRCtm.h:16
struct MR_expected_size_t_std_string MR_expected_size_t_std_string
Definition MRStitchOpenTwins.h:10
MRC_API MR_expected_size_t_std_string * MR_stitchOpenTwinEdges(MR_Mesh *mesh, float tolerance, const MR_std_function_bool_from_float *cb)
#define MRC_API
Definition include/MRCMisc/exports.h:11