MeshLib C++ Docs
Loading...
Searching...
No Matches
MRCudaPointsProject.h File Reference
#include "exports.h"
#include "MRMesh/MRExpected.h"
#include "MRMesh/MRPointsProject.h"

Go to the source code of this file.

Classes

class  MR::Cuda::PointsProjector
 CUDA-backed implementation of IPointsProjector. More...
 

Namespaces

namespace  MR
 
namespace  MR::Cuda
 

Functions

MRCUDA_API Expected< std::vector< MR::PointsProjectionResult > > MR::Cuda::findProjectionOnPoints (const PointCloud &pointCloud, const std::vector< Vector3f > &points, const FindProjectionOnPointsSettings &settings={})
 computes the closest points on point cloud to given points
 
MRCUDA_API size_t MR::Cuda::findProjectionOnPointsHeapBytes (const PointCloud &pointCloud, size_t pointsCount)
 returns the minimal amount of free GPU memory required for MR::Cuda::findProjectionOnPoints