MeshLib
 
Loading...
Searching...
No Matches
MRCudaPointsToDistanceVolume.h
Go to the documentation of this file.
1#include "config.h"
2#ifndef MRCUDA_NO_VOXELS
3#include "exports.h"
6
7namespace MR
8{
9
10namespace Cuda
11{
14
15}
16}
17#endif
MRCUDA_API Expected< MR::SimpleVolumeMinMax > pointsToDistanceVolume(const PointCloud &cloud, const MR::PointsToDistanceVolumeParams &params)
makes SimpleVolume filled with signed distances to points with normals
Definition MRCameraOrientationPlugin.h:8
tl::expected< T, E > Expected
Definition MRExpected.h:58
Definition MRMesh/MRPointCloud.h:16
Definition MRPointsToDistanceVolume.h:12