MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::ImproveSamplingSettings Struct Reference

#include <MRMesh/MRImproveSampling.h>

Public Attributes

int numIters = 1
 the number of algorithm iterations to perform
int minPointsInSample = 1
VertMap * pt2sm = nullptr
 optional output: mapping from input point id to sample id
PointCloudcloudOfSamples = nullptr
 optional output: new cloud containing averaged points and normals for each sample
Vector< int, VertId > * ptsInSm = nullptr
 optional output: the number of points in each sample
const VertColors * ptColors = nullptr
 optional input: colors of input points
VertColors * smColors = nullptr
 optional output: averaged colors of samples
ProgressCallback progress
 output progress status and receive cancel signal

The documentation for this struct was generated from the following file: