MeshLib C Docs
Loading...
Searching...
No Matches
MRPointsInBall.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/exports.h>
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9typedef struct MR_AABBTreePoints MR_AABBTreePoints; // Defined in `#include <MRCMesh/MRAABBTreePoints.h>`.
10typedef struct MR_AffineXf3f MR_AffineXf3f; // Defined in `#include <MRCMesh/MRAffineXf.h>`.
11typedef struct MR_Ball3f MR_Ball3f; // Defined in `#include <MRCMesh/MRBall.h>`.
12typedef struct MR_Mesh MR_Mesh; // Defined in `#include <MRCMesh/MRMesh.h>`.
13typedef struct MR_PointCloud MR_PointCloud; // Defined in `#include <MRCMesh/MRPointCloud.h>`.
14typedef struct MR_std_function_MR_Processing_from_const_MR_PointsProjectionResult_ref_const_MR_Vector3f_ref_MR_Ball3f_ref MR_std_function_MR_Processing_from_const_MR_PointsProjectionResult_ref_const_MR_Vector3f_ref_MR_Ball3f_ref; // Defined in `#include <MRCMisc/std_function_MR_Processing_from_const_MR_PointsProjectionResult_ref_const_MR_Vector3f_ref_MR__d070.h>`.
15
16
26
36
46
47#ifdef __cplusplus
48} // extern "C"
49#endif
struct MR_AABBTreePoints MR_AABBTreePoints
Definition MRAABBTreePoints.h:29
struct MR_Ball3f MR_Ball3f
Definition MRBall.h:34
struct MR_Mesh MR_Mesh
Definition MRCtm.h:13
struct MR_PointCloud MR_PointCloud
Definition MRCtm.h:15
MRC_API void MR_findPointsInBall_MR_Mesh(const MR_Mesh *mesh, const MR_Ball3f *ball, const MR_std_function_MR_Processing_from_const_MR_PointsProjectionResult_ref_const_MR_Vector3f_ref_MR_Ball3f_ref *foundCallback, const MR_AffineXf3f *xf)
MRC_API void MR_findPointsInBall_MR_PointCloud(const MR_PointCloud *pointCloud, const MR_Ball3f *ball, const MR_std_function_MR_Processing_from_const_MR_PointsProjectionResult_ref_const_MR_Vector3f_ref_MR_Ball3f_ref *foundCallback, const MR_AffineXf3f *xf)
MRC_API void MR_findPointsInBall_MR_AABBTreePoints(const MR_AABBTreePoints *tree, const MR_Ball3f *ball, const MR_std_function_MR_Processing_from_const_MR_PointsProjectionResult_ref_const_MR_Vector3f_ref_MR_Ball3f_ref *foundCallback, const MR_AffineXf3f *xf)
struct MR_std_function_MR_Processing_from_const_MR_PointsProjectionResult_ref_const_MR_Vector3f_ref_MR_Ball3f_ref MR_std_function_MR_Processing_from_const_MR_PointsProjectionResult_ref_const_MR_Vector3f_ref_MR_Ball3f_ref
Definition MRPointsInBall.h:14
#define MRC_API
Definition exports.h:11
Definition MRAffineXf.h:36