MeshLib C++ Docs
Loading...
Searching...
No Matches
MRPointsToDistanceVolume.h File Reference

Go to the source code of this file.

Classes

class  MR::PointsToDistanceVolumeParams
 

Namespaces

namespace  MR
 

Functions

MRVOXELS_API Expected< SimpleVolumeMR::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< VertColorsMR::calcAvgColors (const PointCloud &cloud, const VertColors &colors, const VertCoords &tgtPoints, const VertBitSet &tgtVerts, float sigma, const ProgressCallback &cb={})