MeshLib C Docs
Loading...
Searching...
No Matches
MRMeshDivideWithPlane.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/exports.h>
4
5#include <stdbool.h>
6#include <stddef.h>
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
12typedef struct MR_ObjectMeshData MR_ObjectMeshData; // Defined in `#include <MRCMesh/MRObjectMeshData.h>`.
13typedef struct MR_Plane3f MR_Plane3f; // Defined in `#include <MRCMesh/MRPlane3.h>`.
14typedef struct MR_std_vector_std_string MR_std_vector_std_string; // Defined in `#include <MRCMisc/std_vector_std_string.h>`.
15
16
20
27
33
40
47
53
60
67
73
80
87
94
101
108
115
122
126
131
138
142
146
152
155
158
166
175
176#ifdef __cplusplus
177} // extern "C"
178#endif
struct MR_Plane3f MR_Plane3f
Definition MRBestFit.h:22
struct MR_ObjectMeshData MR_ObjectMeshData
Definition MRChangeMeshDataAction.h:15
MRC_API const bool * MR_DivideMeshWithPlaneParams_Get_subdivideFilling(const MR_DivideMeshWithPlaneParams *_this)
MRC_API void MR_DivideMeshWithPlaneParams_Set_fillCut(MR_DivideMeshWithPlaneParams *_this, bool value)
MRC_API MR_DivideMeshWithPlaneParams * MR_DivideMeshWithPlaneParams_OffsetMutablePtr(MR_DivideMeshWithPlaneParams *ptr, ptrdiff_t i)
MRC_API const float * MR_DivideMeshWithPlaneParams_Get_eps(const MR_DivideMeshWithPlaneParams *_this)
MRC_API void MR_DivideMeshWithPlaneParams_DestroyArray(const MR_DivideMeshWithPlaneParams *_this)
Destroys a heap-allocated array of MR_DivideMeshWithPlaneParams. Does nothing if the pointer is null.
MRC_API void MR_DivideMeshWithPlaneParams_Destroy(const MR_DivideMeshWithPlaneParams *_this)
Destroys a heap-allocated instance of MR_DivideMeshWithPlaneParams. Does nothing if the pointer is nu...
MRC_API const bool * MR_DivideMeshWithPlaneParams_Get_fillCut(const MR_DivideMeshWithPlaneParams *_this)
struct MR_DivideMeshWithPlaneParams MR_DivideMeshWithPlaneParams
Definition MRMeshDivideWithPlane.h:19
MRC_API void MR_DivideMeshWithPlaneParams_Set_eps(MR_DivideMeshWithPlaneParams *_this, float value)
MRC_API MR_std_vector_std_string ** MR_DivideMeshWithPlaneParams_GetMutable_errors(MR_DivideMeshWithPlaneParams *_this)
MRC_API const MR_DivideMeshWithPlaneParams * MR_DivideMeshWithPlaneParams_OffsetPtr(const MR_DivideMeshWithPlaneParams *ptr, ptrdiff_t i)
MRC_API void MR_DivideMeshWithPlaneParams_Set_errors(MR_DivideMeshWithPlaneParams *_this, MR_std_vector_std_string *value)
MRC_API MR_DivideMeshWithPlaneParams * MR_DivideMeshWithPlaneParams_DefaultConstruct(void)
MRC_API MR_DivideMeshWithPlaneParams * MR_DivideMeshWithPlaneParams_ConstructFromAnother(const MR_DivideMeshWithPlaneParams *_other)
MRC_API MR_DivideMeshWithPlaneParams * MR_DivideMeshWithPlaneParams_ConstructFrom(float eps, bool fillCut, bool subdivideFilling, MR_ObjectMeshData *otherPart, MR_std_vector_std_string *errors)
MRC_API void MR_divideMeshWithPlane(MR_ObjectMeshData *data, const MR_Plane3f *plane, const MR_DivideMeshWithPlaneParams *divideParams)
MRC_API MR_DivideMeshWithPlaneParams * MR_DivideMeshWithPlaneParams_DefaultConstructArray(size_t num_elems)
MRC_API bool * MR_DivideMeshWithPlaneParams_GetMutable_fillCut(MR_DivideMeshWithPlaneParams *_this)
MRC_API MR_ObjectMeshData *const * MR_DivideMeshWithPlaneParams_Get_otherPart(const MR_DivideMeshWithPlaneParams *_this)
MRC_API float * MR_DivideMeshWithPlaneParams_GetMutable_eps(MR_DivideMeshWithPlaneParams *_this)
MRC_API void MR_DivideMeshWithPlaneParams_Set_subdivideFilling(MR_DivideMeshWithPlaneParams *_this, bool value)
MRC_API void MR_DivideMeshWithPlaneParams_Set_otherPart(MR_DivideMeshWithPlaneParams *_this, MR_ObjectMeshData *value)
MRC_API MR_DivideMeshWithPlaneParams * MR_DivideMeshWithPlaneParams_AssignFromAnother(MR_DivideMeshWithPlaneParams *_this, const MR_DivideMeshWithPlaneParams *_other)
MRC_API bool * MR_DivideMeshWithPlaneParams_GetMutable_subdivideFilling(MR_DivideMeshWithPlaneParams *_this)
MRC_API MR_ObjectMeshData ** MR_DivideMeshWithPlaneParams_GetMutable_otherPart(MR_DivideMeshWithPlaneParams *_this)
MRC_API MR_std_vector_std_string *const * MR_DivideMeshWithPlaneParams_Get_errors(const MR_DivideMeshWithPlaneParams *_this)
struct MR_std_vector_std_string MR_std_vector_std_string
Definition MRNesting3mfExport.h:18
#define MRC_API
Definition include/MRCMisc/exports.h:11