MeshLib C++ Docs
Loading...
Searching...
No Matches
MRPointsToMeshProjector.h File Reference
#include "MRMeshFwd.h"
#include "MRAffineXf3.h"
#include <cfloat>
#include <string>

Go to the source code of this file.

Classes

class  MR::IPointsToMeshProjector
 Abstract class, computes the closest point on mesh to each of given points. Pure virtual functions must be implemented. More...
 
struct  MR::MeshProjectionParameters
 
class  MR::PointsToMeshProjector
 Computes the closest point on mesh to each of given points on CPU. More...
 

Namespaces

namespace  MR
 

Functions

MRMESH_API VertScalars MR::findSignedDistances (const Mesh &refMesh, const VertCoords &testPoints, const VertBitSet *validTestPoints={}, const MeshProjectionParameters &params={}, IPointsToMeshProjector *projector={})
 if projector is not given then CPU's computations will be used
 
MRMESH_API VertScalars MR::findSignedDistances (const Mesh &refMesh, const Mesh &mesh, const MeshProjectionParameters &params={}, IPointsToMeshProjector *projector={})
 if projector is not given then CPU's computations will be used