MeshLib
 
Loading...
Searching...
No Matches
MRPointsInBall.h File Reference
#include "MRMeshFwd.h"
#include "MRBitSet.h"
#include "MRId.h"

Go to the source code of this file.

Namespaces

namespace  MR
 

Typedefs

using MR::FoundPointCallback = std::function<void( VertId, const Vector3f& )>
 

Functions

MRMESH_API void MR::findPointsInBall (const PointCloud &pointCloud, const Vector3f &center, float radius, const FoundPointCallback &foundCallback, const AffineXf3f *xf=nullptr)
 
MRMESH_API void MR::findPointsInBall (const Mesh &mesh, const Vector3f &center, float radius, const FoundPointCallback &foundCallback, const AffineXf3f *xf=nullptr)
 
MRMESH_API void MR::findPointsInBall (const AABBTreePoints &tree, const Vector3f &center, float radius, const FoundPointCallback &foundCallback, const AffineXf3f *xf=nullptr)