MeshLib C Docs
Loading...
Searching...
No Matches
MRPointsComponents.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/common.h>
4#include <MRCMisc/exports.h>
5
6#include <stdint.h>
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
12typedef struct MR_PointCloud MR_PointCloud; // Defined in `#include <MRCMesh/MRPointCloud.h>`.
13typedef struct MR_UnionFind_MR_VertId MR_UnionFind_MR_VertId; // Defined in `#include <MRCMesh/MRUnionFind.h>`.
14typedef struct MR_VertBitSet MR_VertBitSet; // Defined in `#include <MRCMesh/MRBitSet.h>`.
15typedef struct MR_expected_MR_UnionFind_MR_VertId_std_string MR_expected_MR_UnionFind_MR_VertId_std_string; // Defined in `#include <MRCMisc/expected_MR_UnionFind_MR_VertId_std_string.h>`.
16typedef struct MR_expected_MR_VertBitSet_std_string MR_expected_MR_VertBitSet_std_string; // Defined in `#include <MRCMisc/expected_MR_VertBitSet_std_string.h>`.
17typedef struct MR_expected_std_pair_std_vector_MR_VertBitSet_int32_t_std_string MR_expected_std_pair_std_vector_MR_VertBitSet_int32_t_std_string; // Defined in `#include <MRCMisc/expected_std_pair_std_vector_MR_VertBitSet_int32_t_std_string.h>`.
18typedef struct MR_expected_std_vector_MR_VertBitSet_std_string MR_expected_std_vector_MR_VertBitSet_std_string; // Defined in `#include <MRCMisc/expected_std_vector_MR_VertBitSet_std_string.h>`.
19typedef struct MR_std_function_bool_from_float MR_std_function_bool_from_float; // Defined in `#include <MRCMisc/std_function_bool_from_float.h>`.
20
21
29
39
47
59
67
68#ifdef __cplusplus
69} // extern "C"
70#endif
struct MR_std_function_bool_from_float MR_std_function_bool_from_float
Definition MR3mf.h:10
struct MR_VertBitSet MR_VertBitSet
Definition MRAABBTree.h:15
struct MR_PointCloud MR_PointCloud
Definition MRCtm.h:15
struct MR_UnionFind_MR_VertId MR_UnionFind_MR_VertId
Definition MRMeshComponents.h:24
struct MR_expected_MR_VertBitSet_std_string MR_expected_MR_VertBitSet_std_string
Definition MRMesh.h:46
MRC_API MR_expected_std_pair_std_vector_MR_VertBitSet_int32_t_std_string * MR_PointCloudComponents_getAllComponents(const MR_PointCloud *pointCloud, float maxDist, const int32_t *maxComponentCount, MR_PassBy pc_pass_by, MR_std_function_bool_from_float *pc)
struct MR_expected_std_vector_MR_VertBitSet_std_string MR_expected_std_vector_MR_VertBitSet_std_string
Definition MRPointsComponents.h:18
MRC_API MR_expected_MR_VertBitSet_std_string * MR_PointCloudComponents_getLargeComponentsUnion_MR_PointCloud(const MR_PointCloud *pointCloud, float maxDist, int32_t minSize, MR_PassBy pc_pass_by, MR_std_function_bool_from_float *pc)
struct MR_expected_MR_UnionFind_MR_VertId_std_string MR_expected_MR_UnionFind_MR_VertId_std_string
Definition MRPointsComponents.h:15
struct MR_expected_std_pair_std_vector_MR_VertBitSet_int32_t_std_string MR_expected_std_pair_std_vector_MR_VertBitSet_int32_t_std_string
Definition MRPointsComponents.h:17
MRC_API MR_expected_MR_VertBitSet_std_string * MR_PointCloudComponents_getLargeComponentsUnion_MR_UnionFind_MR_VertId(MR_UnionFind_MR_VertId *unionStructs, const MR_VertBitSet *region, int32_t minSize, MR_PassBy pc_pass_by, MR_std_function_bool_from_float *pc)
MRC_API MR_expected_MR_UnionFind_MR_VertId_std_string * MR_PointCloudComponents_getUnionFindStructureVerts(const MR_PointCloud *pointCloud, float maxDist, const MR_VertBitSet *region, MR_PassBy pc_pass_by, MR_std_function_bool_from_float *pc)
MRC_API MR_expected_std_vector_MR_VertBitSet_std_string * MR_PointCloudComponents_getLargeComponents(const MR_PointCloud *pointCloud, float maxDist, int32_t minSize, MR_PassBy pc_pass_by, MR_std_function_bool_from_float *pc)
MR_PassBy
Definition common.h:19
#define MRC_API
Definition exports.h:11