MeshLib C Docs
Loading...
Searching...
No Matches
MRSegmentMesh.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_FaceColors MR_FaceColors; // Defined in `#include <MRCMesh/MRVector.h>`.
10typedef struct MR_Mesh MR_Mesh; // Defined in `#include <MRCMesh/MRMesh.h>`.
11typedef struct MR_MeshTopology MR_MeshTopology; // Defined in `#include <MRCMesh/MRMeshTopology.h>`.
12typedef struct MR_UndirectedEdgeBitSet MR_UndirectedEdgeBitSet; // Defined in `#include <MRCMesh/MRBitSet.h>`.
13typedef struct MR_expected_std_vector_MR_FaceFace_std_string MR_expected_std_vector_MR_FaceFace_std_string; // Defined in `#include <MRCMisc/expected_std_vector_MR_FaceFace_std_string.h>`.
14typedef struct MR_std_function_bool_from_float MR_std_function_bool_from_float; // Defined in `#include <MRCMisc/std_function_bool_from_float.h>`.
15typedef struct MR_std_function_float_from_MR_EdgeId MR_std_function_float_from_MR_EdgeId; // Defined in `#include <MRCMisc/std_function_float_from_MR_EdgeId.h>`.
16typedef struct MR_std_vector_MR_FaceFace MR_std_vector_MR_FaceFace; // Defined in `#include <MRCMisc/std_vector_MR_FaceFace.h>`.
17
18
32
40MRC_API MR_UndirectedEdgeBitSet *MR_findSegmentBoundaries(const MR_MeshTopology *topology, const MR_std_vector_MR_FaceFace *groupOrder, int numSegments, MR_FaceColors *outFaceColors);
41
42#ifdef __cplusplus
43} // extern "C"
44#endif
struct MR_MeshTopology MR_MeshTopology
Definition MR2DContoursTriangulation.h:15
struct MR_std_function_bool_from_float MR_std_function_bool_from_float
Definition MR3mf.h:10
struct MR_UndirectedEdgeBitSet MR_UndirectedEdgeBitSet
Definition MRAABBTreeBase.h:24
struct MR_FaceColors MR_FaceColors
std::vector<T>-like container that requires specific indexing type,
Definition MRChangeColoringActions.h:13
struct MR_Mesh MR_Mesh
Definition MRCtm.h:16
struct MR_std_function_float_from_MR_EdgeId MR_std_function_float_from_MR_EdgeId
Definition MREdgeMetric.h:14
struct MR_std_vector_MR_FaceFace MR_std_vector_MR_FaceFace
Definition MRMeshCollide.h:22
struct MR_expected_std_vector_MR_FaceFace_std_string MR_expected_std_vector_MR_FaceFace_std_string
Definition MRMeshCollide.h:19
MRC_API MR_UndirectedEdgeBitSet * MR_findSegmentBoundaries(const MR_MeshTopology *topology, const MR_std_vector_MR_FaceFace *groupOrder, int numSegments, MR_FaceColors *outFaceColors)
MRC_API MR_expected_std_vector_MR_FaceFace_std_string * MR_segmentMesh(const MR_Mesh *mesh, const MR_std_function_float_from_MR_EdgeId *curvMetric, const MR_std_function_bool_from_float *progress)
#define MRC_API
Definition include/MRCMisc/exports.h:11