#include "config.h"#include "exports.h"#include "MRVoxels/MRVoxelsVolume.h"#include "MRVoxels/MRPointsToDistanceVolume.h"Go to the source code of this file.
Namespaces | |
| namespace | MR |
| namespace | MR::Cuda |
Functions | |
| MRCUDA_API Expected< MR::SimpleVolumeMinMax > | MR::Cuda::pointsToDistanceVolume (const PointCloud &cloud, const MR::PointsToDistanceVolumeParams ¶ms) |
| makes SimpleVolume filled with signed distances to points with normals | |
| MRCUDA_API Expected< void > | MR::Cuda::pointsToDistanceVolumeByParts (const PointCloud &cloud, const MR::PointsToDistanceVolumeParams ¶ms, std::function< Expected< void >(const SimpleVolumeMinMax &volume, int zOffset)> addPart, int layerOverlap) |