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

Generated from class MR.DistanceFromWeightedPointsParams. Derived classes: Direct: (non-virtual) MR.DistanceFromWeightedPointsComputeParams This is the non-const half of the class. More...

+ Inheritance diagram for MR.DistanceFromWeightedPointsParams:

Public Member Functions

unsafe DistanceFromWeightedPointsParams ()
 Constructs an empty (default-constructed) instance.
 
unsafe DistanceFromWeightedPointsParams (MR.Std._ByValue_Function_FloatFuncFromMRVertId pointWeight, float minWeight, float maxWeight, float maxWeightGrad, bool bidirectionalMode)
 Constructs MR.DistanceFromWeightedPointsParams elementwise.
 
unsafe DistanceFromWeightedPointsParams (MR._ByValue_DistanceFromWeightedPointsParams _other)
 Generated from constructor MR.DistanceFromWeightedPointsParams.DistanceFromWeightedPointsParams.
 
 DistanceFromWeightedPointsParams (Const_DistanceFromWeightedPointsParams _other)
 Generated from constructor MR.DistanceFromWeightedPointsParams.DistanceFromWeightedPointsParams.
 
 DistanceFromWeightedPointsParams (DistanceFromWeightedPointsParams _other)
 Generated from constructor MR.DistanceFromWeightedPointsParams.DistanceFromWeightedPointsParams.
 
unsafe MR.DistanceFromWeightedPointsParams assign (MR._ByValue_DistanceFromWeightedPointsParams _other)
 Generated from method MR.DistanceFromWeightedPointsParams.operator=.
 

Properties

new unsafe MR.Std.Function_FloatFuncFromMRVertId pointWeight [get, protected set]
 function returning the weight of each point, must be set by the user
 
new unsafe ref float minWeight [get]
 
new unsafe ref float maxWeight [get]
 
new unsafe ref float maxWeightGrad [get]
 
new unsafe ref bool bidirectionalMode [get]
 

Detailed Description

Generated from class MR.DistanceFromWeightedPointsParams. Derived classes: Direct: (non-virtual) MR.DistanceFromWeightedPointsComputeParams This is the non-const half of the class.

Constructor & Destructor Documentation

◆ DistanceFromWeightedPointsParams() [1/5]

unsafe MR.DistanceFromWeightedPointsParams.DistanceFromWeightedPointsParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ DistanceFromWeightedPointsParams() [2/5]

unsafe MR.DistanceFromWeightedPointsParams.DistanceFromWeightedPointsParams ( MR.Std._ByValue_Function_FloatFuncFromMRVertId pointWeight,
float minWeight,
float maxWeight,
float maxWeightGrad,
bool bidirectionalMode )
inline

Constructs MR.DistanceFromWeightedPointsParams elementwise.

◆ DistanceFromWeightedPointsParams() [3/5]

unsafe MR.DistanceFromWeightedPointsParams.DistanceFromWeightedPointsParams ( MR._ByValue_DistanceFromWeightedPointsParams _other)
inline

Generated from constructor MR.DistanceFromWeightedPointsParams.DistanceFromWeightedPointsParams.

◆ DistanceFromWeightedPointsParams() [4/5]

MR.DistanceFromWeightedPointsParams.DistanceFromWeightedPointsParams ( Const_DistanceFromWeightedPointsParams _other)
inline

Generated from constructor MR.DistanceFromWeightedPointsParams.DistanceFromWeightedPointsParams.

◆ DistanceFromWeightedPointsParams() [5/5]

MR.DistanceFromWeightedPointsParams.DistanceFromWeightedPointsParams ( DistanceFromWeightedPointsParams _other)
inline

Generated from constructor MR.DistanceFromWeightedPointsParams.DistanceFromWeightedPointsParams.

Member Function Documentation

◆ assign()

unsafe MR.DistanceFromWeightedPointsParams MR.DistanceFromWeightedPointsParams.assign ( MR._ByValue_DistanceFromWeightedPointsParams _other)
inline

Generated from method MR.DistanceFromWeightedPointsParams.operator=.

Property Documentation

◆ bidirectionalMode

new unsafe ref bool MR.DistanceFromWeightedPointsParams.bidirectionalMode
get

for points, it must always true; for triangles: if true the distances grow in both directions from each triangle, reaching minimum in the triangle; if false the distances grow to infinity in the direction of triangle's normals, and decrease to minus infinity in the opposite direction

◆ maxWeight

new unsafe ref float MR.DistanceFromWeightedPointsParams.maxWeight
get

maximal weight among all points in the cloud; if this value is imprecise, then more computations will be made by algorithm

◆ maxWeightGrad

new unsafe ref float MR.DistanceFromWeightedPointsParams.maxWeightGrad
get

maximal magnitude of gradient of points' weight in the cloud, >=0; if maxWeightGrad < 1 then more search optimizations can be done

◆ minWeight

new unsafe ref float MR.DistanceFromWeightedPointsParams.minWeight
get

minimal weight among all points in the cloud; if this value is imprecise, then more computations will be made by algorithm

◆ pointWeight

new unsafe MR.Std.Function_FloatFuncFromMRVertId MR.DistanceFromWeightedPointsParams.pointWeight
getprotected set

function returning the weight of each point, must be set by the user


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