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

Go to the source code of this file.

Classes

struct  MR::PointsToDistanceVolumeParams

Namespaces

namespace  MR
 only for bindings generation

Functions

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