MeshLib
 
Loading...
Searching...
No Matches
MRPointsToDistanceVolume.h File Reference

Go to the source code of this file.

Classes

struct  MR::PointsToDistanceVolumeParams
 

Namespaces

namespace  MR
 

Functions

MRVOXELS_API Expected< SimpleVolume > MR::pointsToDistanceVolume (const PointCloud &cloud, const PointsToDistanceVolumeParams &params)
 makes SimpleVolume filled with signed distances to points with normals
 
MRVOXELS_API FunctionVolume MR::pointsToDistanceFunctionVolume (const PointCloud &cloud, const PointsToDistanceVolumeParams &params)
 makes FunctionVolume representing signed distances to points with normals
 
MRVOXELS_API Expected< VertColors > MR::calcAvgColors (const PointCloud &cloud, const VertColors &colors, const VertCoords &tgtPoints, const VertBitSet &tgtVerts, float sigma, const ProgressCallback &cb={})