Go to the source code of this file.
Namespaces | |
namespace | MR |
Functions | |
MRMESH_API void | MR::findPointsInBox (const PointCloud &pointCloud, const Box3f &box, const FoundPointCallback &foundCallback, const AffineXf3f *xf=nullptr) |
MRMESH_API void | MR::findPointsInBox (const Mesh &mesh, const Box3f &box, const FoundPointCallback &foundCallback, const AffineXf3f *xf=nullptr) |
MRMESH_API void | MR::findPointsInBox (const AABBTreePoints &tree, const Box3f &box, const FoundPointCallback &foundCallback, const AffineXf3f *xf=nullptr) |