MeshLib C++ Docs
Loading...
Searching...
No Matches
MRPointsInBox.h File Reference
#include "MRMeshFwd.h"
#include "MRBox.h"
#include "MRVector3.h"

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)