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