abstract class for computing the closest points of point clouds More...
#include <MRPointsProject.h>
Inheritance diagram for MR::IPointsProjector:Public Member Functions | |
| virtual | ~IPointsProjector ()=default |
| virtual Expected< void > | setPointCloud (const PointCloud &pointCloud)=0 |
| sets the reference point cloud | |
| virtual Expected< void > | findProjections (std::vector< PointsProjectionResult > &results, const std::vector< Vector3f > &points, const FindProjectionOnPointsSettings &settings) const =0 |
| computes the closest points on point cloud to given points | |
| virtual size_t | projectionsHeapBytes (size_t numProjections) const =0 |
| Returns amount of memory needed to compute projections. | |
abstract class for computing the closest points of point clouds
|
virtualdefault |
|
pure virtual |
computes the closest points on point cloud to given points
Implemented in MR::PointsProjector.
|
pure virtual |
Returns amount of memory needed to compute projections.
Implemented in MR::Cuda::PointsProjector, and MR::PointsProjector.
|
pure virtual |
sets the reference point cloud
Implemented in MR::Cuda::PointsProjector, and MR::PointsProjector.