MeshLib C Docs
Loading...
Searching...
No Matches
MRFillContours2D.h
Go to the documentation of this file.
1#pragma once
2
4#include <MRCMisc/exports.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10typedef struct MR_Mesh MR_Mesh; // Defined in `#include <MRCMesh/MRMesh.h>`.
11typedef struct MR_ObjectMeshData MR_ObjectMeshData; // Defined in `#include <MRCMesh/MRObjectMeshData.h>`.
12typedef struct MR_expected_void_std_string MR_expected_void_std_string; // Defined in `#include <MRCMisc/expected_void_std_string.h>`.
13typedef struct MR_std_vector_MR_EdgeId MR_std_vector_MR_EdgeId; // Defined in `#include <MRCMisc/std_vector_MR_EdgeId.h>`.
14typedef struct MR_std_vector_std_vector_MR_EdgeId MR_std_vector_std_vector_MR_EdgeId; // Defined in `#include <MRCMisc/std_vector_std_vector_MR_EdgeId.h>`.
15typedef struct MR_std_vector_std_vector_MR_Vector3f MR_std_vector_std_vector_MR_Vector3f; // Defined in `#include <MRCMisc/std_vector_std_vector_MR_Vector3f.h>`.
16
17
31
38
43
52
53#ifdef __cplusplus
54} // extern "C"
55#endif
struct MR_std_vector_std_vector_MR_EdgeId MR_std_vector_std_vector_MR_EdgeId
Definition MR2DContoursTriangulation.h:19
struct MR_ObjectMeshData MR_ObjectMeshData
Definition MRChangeMeshDataAction.h:14
struct MR_std_vector_std_vector_MR_Vector3f MR_std_vector_std_vector_MR_Vector3f
Definition MRContour.h:17
struct MR_std_vector_MR_EdgeId MR_std_vector_MR_EdgeId
Definition MRContoursStitch.h:11
struct MR_expected_void_std_string MR_expected_void_std_string
Definition MRCtm.h:20
struct MR_Mesh MR_Mesh
Definition MRCtm.h:13
MRC_API MR_AffineXf3f MR_getXfFromOxyPlane_2(const MR_Mesh *mesh, const MR_std_vector_std_vector_MR_EdgeId *paths)
MRC_API MR_expected_void_std_string * MR_fillPlanarHole(MR_ObjectMeshData *data, MR_std_vector_std_vector_MR_EdgeId *holeContours)
MRC_API MR_expected_void_std_string * MR_fillContours2D(MR_Mesh *mesh, const MR_std_vector_MR_EdgeId *holeRepresentativeEdges)
fill holes with border in same plane (i.e. after cut by plane)
MRC_API MR_AffineXf3f MR_getXfFromOxyPlane_1(const MR_std_vector_std_vector_MR_Vector3f *contours)
#define MRC_API
Definition exports.h:11
Definition MRAffineXf.h:36