MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_DenoiseViaNormalsSettings Class Reference

Generated from class MR.DenoiseViaNormalsSettings. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_DenoiseViaNormalsSettings:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_DenoiseViaNormalsSettings ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_DenoiseViaNormalsSettings (bool fastIndicatorComputation, float beta, float gamma, int normalIters, int pointIters, float guideWeight, bool limitNearInitial, float maxInitialDist, MR.UndirectedEdgeBitSet? outCreases, MR.Std._ByValue_Function_BoolFuncFromFloat cb)
 Constructs MR.DenoiseViaNormalsSettings elementwise.
 
unsafe Const_DenoiseViaNormalsSettings (MR._ByValue_DenoiseViaNormalsSettings _other)
 Generated from constructor MR.DenoiseViaNormalsSettings.DenoiseViaNormalsSettings.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe bool fastIndicatorComputation [get]
 use approximated computation, which is much faster than precise solution
 
unsafe float beta [get]
 0.001 - sharp edges, 0.01 - moderate edges, 0.1 - smooth edges
 
unsafe float gamma [get]
 the amount of smoothing: 0 - no smoothing, 1 - average smoothing, ...
 
unsafe int normalIters [get]
 the number of iterations to smooth normals and find creases; the more the better quality, but longer computation
 
unsafe int pointIters [get]
 the number of iterations to update vertex coordinates from found normals; the more the better quality, but longer computation
 
unsafe float guideWeight [get]
 how much resulting points must be attracted to initial points (e.g. to avoid general shrinkage), must be > 0
 
unsafe bool limitNearInitial [get]
 if true then maximal displacement of each point during denoising will be limited
 
unsafe float maxInitialDist [get]
 maximum distance between a point and its position before relaxation, ignored if limitNearInitial = false
 
unsafe MR.? UndirectedEdgeBitSet outCreases [get]
 optionally returns creases found during smoothing
 
unsafe MR.Std.Const_Function_BoolFuncFromFloat cb [get]
 to get the progress and optionally cancel
 
- Properties inherited from MR.Misc.Object< Const_DenoiseViaNormalsSettings >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_DenoiseViaNormalsSettings >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.DenoiseViaNormalsSettings. This is the const half of the class.


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