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

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

+ Inheritance diagram for MR.Const_PointsToMeshParameters:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_PointsToMeshParameters ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_PointsToMeshParameters (MR._ByValue_PointsToMeshParameters _other)
 Generated from constructor MR.PointsToMeshParameters.PointsToMeshParameters.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe float sigma [get]
 
unsafe float minWeight [get]
 minimum sum of influence weights from surrounding points for a triangle to appear, meaning that there shall be at least this number of points in close proximity
 
unsafe float voxelSize [get]
 
unsafe MR.? Const_VertColors ptColors [get]
 optional input: colors of input points
 
unsafe MR.? VertColors vColors [get]
 optional output: averaged colors of mesh vertices
 
unsafe MR.Std.Const_Function_BoolFuncFromFloat progress [get]
 Progress callback.
 
- Properties inherited from MR.Misc.Object< Const_PointsToMeshParameters >
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_PointsToMeshParameters >
bool _IsOwningVal
 

Detailed Description

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

Property Documentation

◆ sigma

unsafe float MR.Const_PointsToMeshParameters.sigma
get

it the distance of highest influence of a point; the maximal influence distance is 3*sigma; beyond that distance the influence is strictly zero

◆ voxelSize

unsafe float MR.Const_PointsToMeshParameters.voxelSize
get

Size of voxel in grid conversions; The user is responsible for setting some positive value here


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