10using FoundPointCallback = std::function<void( VertId,
const Vector3f& )>;
16 const FoundPointCallback& foundCallback,
const AffineXf3f* xf =
nullptr );
22 const FoundPointCallback& foundCallback,
const AffineXf3f* xf =
nullptr );
28 const FoundPointCallback& foundCallback,
const AffineXf3f* xf =
nullptr );
#define MRMESH_API
Definition MRMeshFwd.h:80
Definition MRAABBTreePoints.h:16
Definition MRMesh/MRMesh.h:23
Definition MRMesh/MRPointCloud.h:17
MRMESH_API void findPointsInBox(const PointCloud &pointCloud, const Box3f &box, const FoundPointCallback &foundCallback, const AffineXf3f *xf=nullptr)
Definition MRCameraOrientationPlugin.h:8