#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:79
bounding volume hierarchy for point cloud structure
Definition MRAABBTreePoints.h:16
MRMESH_API void findPointsInBall(const PointCloud &pointCloud, const Ball3f &ball, const OnPointInBallFound &foundCallback, const AffineXf3f *xf=nullptr)
std::function< void(VertId, const Vector3f &)> FoundPointCallback
Definition MRPointsInBall.h:12
std::function< Processing(const PointsProjectionResult &found, const Vector3f &foundXfPos, Ball3f &ball)> OnPointInBallFound
this callback is invoked on every point located within the ball, and allows changing the ball for sea...
Definition MRPointsInBall.h:15
Processing
typically returned from callbacks to control the behavior of main algorithm
Definition MREnums.h:31
Definition MRMesh/MRMesh.h:22
Definition MRMesh/MRPointCloud.h:16
Definition MRPointsProject.h:15