MeshLib C Docs
Loading...
Searching...
No Matches
MRPointCloudDivideWithPlane.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/exports.h>
4
5#include <stddef.h>
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11typedef struct MR_Plane3f MR_Plane3f; // Defined in `#include <MRCMesh/MRPlane3.h>`.
12typedef struct MR_PointCloud MR_PointCloud; // Defined in `#include <MRCMesh/MRPointCloud.h>`.
13typedef struct MR_VertBitSet MR_VertBitSet; // Defined in `#include <MRCMesh/MRBitSet.h>`.
14typedef struct MR_VertMap MR_VertMap; // Defined in `#include <MRCMesh/MRVector.h>`.
15
16
19
28
34
39
45
51
56
62
68
73
79
83
88
92
95
98
103
106
109
115
128
129#ifdef __cplusplus
130} // extern "C"
131#endif
struct MR_VertBitSet MR_VertBitSet
Definition MRAABBTree.h:15
struct MR_Plane3f MR_Plane3f
Definition MRBestFit.h:23
struct MR_VertMap MR_VertMap
Definition MRBitSet.h:41
struct MR_PointCloud MR_PointCloud
Definition MRCtm.h:15
MRC_API MR_DividePointCloudOptionalOutput * MR_DividePointCloudOptionalOutput_ConstructFromAnother(const MR_DividePointCloudOptionalOutput *_other)
MRC_API void MR_DividePointCloudOptionalOutput_DestroyArray(const MR_DividePointCloudOptionalOutput *_this)
Destroys a heap-allocated array of MR_DividePointCloudOptionalOutput. Does nothing if the pointer is ...
MRC_API MR_DividePointCloudOptionalOutput * MR_DividePointCloudOptionalOutput_DefaultConstructArray(size_t num_elems)
MRC_API void MR_DividePointCloudOptionalOutput_Set_otherPart(MR_DividePointCloudOptionalOutput *_this, MR_PointCloud *value)
MRC_API MR_DividePointCloudOptionalOutput * MR_DividePointCloudOptionalOutput_DefaultConstruct(void)
MRC_API MR_VertMap ** MR_DividePointCloudOptionalOutput_GetMutable_outVmap(MR_DividePointCloudOptionalOutput *_this)
MRC_API MR_VertMap *const * MR_DividePointCloudOptionalOutput_Get_otherOutVmap(const MR_DividePointCloudOptionalOutput *_this)
MRC_API MR_PointCloud *const * MR_DividePointCloudOptionalOutput_Get_otherPart(const MR_DividePointCloudOptionalOutput *_this)
MRC_API void MR_DividePointCloudOptionalOutput_Destroy(const MR_DividePointCloudOptionalOutput *_this)
Destroys a heap-allocated instance of MR_DividePointCloudOptionalOutput. Does nothing if the pointer ...
MRC_API MR_PointCloud ** MR_DividePointCloudOptionalOutput_GetMutable_otherPart(MR_DividePointCloudOptionalOutput *_this)
MRC_API MR_VertMap *const * MR_DividePointCloudOptionalOutput_Get_outVmap(const MR_DividePointCloudOptionalOutput *_this)
MRC_API MR_DividePointCloudOptionalOutput * MR_DividePointCloudOptionalOutput_AssignFromAnother(MR_DividePointCloudOptionalOutput *_this, const MR_DividePointCloudOptionalOutput *_other)
MRC_API MR_VertMap ** MR_DividePointCloudOptionalOutput_GetMutable_otherOutVmap(MR_DividePointCloudOptionalOutput *_this)
MRC_API void MR_DividePointCloudOptionalOutput_Set_outVmap(MR_DividePointCloudOptionalOutput *_this, MR_VertMap *value)
struct MR_DividePointCloudOptionalOutput MR_DividePointCloudOptionalOutput
Generated from class MR::DividePointCloudOptionalOutput.
Definition MRPointCloudDivideWithPlane.h:18
MRC_API const MR_DividePointCloudOptionalOutput * MR_DividePointCloudOptionalOutput_OffsetPtr(const MR_DividePointCloudOptionalOutput *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MRC_API MR_DividePointCloudOptionalOutput * MR_DividePointCloudOptionalOutput_ConstructFrom(MR_VertMap *outVmap, MR_PointCloud *otherPart, MR_VertMap *otherOutVmap)
MRC_API MR_PointCloud * MR_divideWithPlane(const MR_PointCloud *points, const MR_Plane3f *plane, const MR_DividePointCloudOptionalOutput *optOut)
MRC_API void MR_DividePointCloudOptionalOutput_Set_otherOutVmap(MR_DividePointCloudOptionalOutput *_this, MR_VertMap *value)
MRC_API MR_VertBitSet * MR_findHalfSpacePoints(const MR_PointCloud *pc, const MR_Plane3f *plane)
MRC_API MR_DividePointCloudOptionalOutput * MR_DividePointCloudOptionalOutput_OffsetMutablePtr(MR_DividePointCloudOptionalOutput *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
#define MRC_API
Definition exports.h:11