MeshLib C Docs
Loading...
Searching...
No Matches
MRIntersectionContour.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/exports.h>
4
5#include <stdbool.h>
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11typedef struct MR_MeshTopology MR_MeshTopology; // Defined in `#include <MRCMesh/MRMeshTopology.h>`.
12typedef struct MR_std_vector_MR_EdgeTri MR_std_vector_MR_EdgeTri; // Defined in `#include <MRCMisc/std_vector_MR_EdgeTri.h>`.
13typedef struct MR_std_vector_MR_OneMeshContour MR_std_vector_MR_OneMeshContour; // Defined in `#include <MRCMisc/std_vector_MR_OneMeshContour.h>`.
14typedef struct MR_std_vector_MR_VarEdgeTri MR_std_vector_MR_VarEdgeTri; // Defined in `#include <MRCMisc/std_vector_MR_VarEdgeTri.h>`.
15typedef struct MR_std_vector_int32_t MR_std_vector_int32_t; // Defined in `#include <MRCMisc/std_vector_int32_t.h>`.
16typedef struct MR_std_vector_std_vector_MR_VarEdgeTri MR_std_vector_std_vector_MR_VarEdgeTri; // Defined in `#include <MRCMisc/std_vector_std_vector_MR_VarEdgeTri.h>`.
17
18
38
60
65
74
84
91
92#ifdef __cplusplus
93} // extern "C"
94#endif
struct MR_MeshTopology MR_MeshTopology
Definition MR2DContoursTriangulation.h:16
struct MR_std_vector_MR_OneMeshContour MR_std_vector_MR_OneMeshContour
Definition MRContoursCut.h:25
struct MR_std_vector_MR_VarEdgeTri MR_std_vector_MR_VarEdgeTri
Definition MRIntersectionContour.h:14
MRC_API MR_std_vector_int32_t * MR_detectLoneContours(const MR_std_vector_std_vector_MR_VarEdgeTri *contours, const bool *ignoreOpen)
MRC_API MR_std_vector_std_vector_MR_VarEdgeTri * MR_orderIntersectionContours(const MR_MeshTopology *topologyA, const MR_MeshTopology *topologyB, const MR_std_vector_MR_VarEdgeTri *intersections)
MRC_API MR_std_vector_std_vector_MR_VarEdgeTri * MR_orderSelfIntersectionContours(const MR_MeshTopology *topology, const MR_std_vector_MR_EdgeTri *intersections)
struct MR_std_vector_MR_EdgeTri MR_std_vector_MR_EdgeTri
Definition MRIntersectionContour.h:12
MRC_API void MR_removeLoneDegeneratedContours(const MR_MeshTopology *edgesTopology, MR_std_vector_MR_OneMeshContour *faceContours, MR_std_vector_MR_OneMeshContour *edgeContours)
MRC_API bool MR_isClosed_std_vector_MR_VarEdgeTri(const MR_std_vector_MR_VarEdgeTri *contour)
struct MR_std_vector_std_vector_MR_VarEdgeTri MR_std_vector_std_vector_MR_VarEdgeTri
Definition MRIntersectionContour.h:16
MRC_API void MR_removeLoneContours(MR_std_vector_std_vector_MR_VarEdgeTri *contours, const bool *ignoreOpen)
struct MR_std_vector_int32_t MR_std_vector_int32_t
Definition MRIntersectionContour.h:15
#define MRC_API
Definition exports.h:11