MeshLib C Docs
Loading...
Searching...
No Matches
MRPointsInBox.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_Box3f MR_Box3f; // Defined in `#include <MRCMesh/MRBox.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_void_from_MR_VertId_const_MR_Vector3f_ref MR_std_function_void_from_MR_VertId_const_MR_Vector3f_ref; // Defined in `#include <MRCMisc/std_function_void_from_MR_VertId_const_MR_Vector3f_ref.h>`.
15
16
25
34
43
44#ifdef __cplusplus
45} // extern "C"
46#endif
struct MR_AABBTreePoints MR_AABBTreePoints
Definition MRAABBTreePoints.h:29
struct MR_Mesh MR_Mesh
Definition MRCtm.h:13
struct MR_PointCloud MR_PointCloud
Definition MRCtm.h:15
MRC_API void MR_findPointsInBox_MR_PointCloud(const MR_PointCloud *pointCloud, const MR_Box3f *box, const MR_std_function_void_from_MR_VertId_const_MR_Vector3f_ref *foundCallback, const MR_AffineXf3f *xf)
MRC_API void MR_findPointsInBox_MR_AABBTreePoints(const MR_AABBTreePoints *tree, const MR_Box3f *box, const MR_std_function_void_from_MR_VertId_const_MR_Vector3f_ref *foundCallback, const MR_AffineXf3f *xf)
struct MR_std_function_void_from_MR_VertId_const_MR_Vector3f_ref MR_std_function_void_from_MR_VertId_const_MR_Vector3f_ref
Definition MRPointsInBox.h:14
MRC_API void MR_findPointsInBox_MR_Mesh(const MR_Mesh *mesh, const MR_Box3f *box, const MR_std_function_void_from_MR_VertId_const_MR_Vector3f_ref *foundCallback, const MR_AffineXf3f *xf)
#define MRC_API
Definition exports.h:11
Definition MRAffineXf.h:36
Definition MRBox.h:109