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

#include <MRMesh/MRPointCloudRelax.h>

Inheritance diagram for MR::PointCloudApproxRelaxParams:

Public Attributes

RelaxApproxType type { RelaxApproxType::Planar }
Public Attributes inherited from MR::PointCloudRelaxParams
float neighborhoodRadius { 0.0f }
Public Attributes inherited from MR::RelaxParams
int iterations = 1
 number of iterations
const VertBitSet * region = nullptr
 region to relax
float force = 0.5f
 speed of relaxing, typical values (0.0, 0.5]
bool limitNearInitial = false
 if true then maximal displacement of each point during denoising will be limited
float maxInitialDist = 0
 maximum distance between a point and its position before relaxation, ignored if limitNearInitial = false
MR_BIND_IGNORE int _padding

Member Data Documentation

◆ type

RelaxApproxType MR::PointCloudApproxRelaxParams::type { RelaxApproxType::Planar }

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