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

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

+ Inheritance diagram for MR.DistanceFromWeightedPointsComputeParams:

Public Member Functions

unsafe DistanceFromWeightedPointsComputeParams ()
 Constructs an empty (default-constructed) instance.
 
unsafe DistanceFromWeightedPointsComputeParams (MR._ByValue_DistanceFromWeightedPointsComputeParams _other)
 Generated from constructor MR.DistanceFromWeightedPointsComputeParams.DistanceFromWeightedPointsComputeParams.
 
 DistanceFromWeightedPointsComputeParams (Const_DistanceFromWeightedPointsComputeParams _other)
 Generated from constructor MR.DistanceFromWeightedPointsComputeParams.DistanceFromWeightedPointsComputeParams.
 
 DistanceFromWeightedPointsComputeParams (DistanceFromWeightedPointsComputeParams _other)
 Generated from constructor MR.DistanceFromWeightedPointsComputeParams.DistanceFromWeightedPointsComputeParams.
 
unsafe MR.DistanceFromWeightedPointsComputeParams assign (MR._ByValue_DistanceFromWeightedPointsComputeParams _other)
 Generated from method MR.DistanceFromWeightedPointsComputeParams.operator=.
 

Static Public Member Functions

static unsafe implicit operator MR.DistanceFromWeightedPointsParams (DistanceFromWeightedPointsComputeParams self)
 

Properties

new unsafe ref float minBidirDist [get]
 
new unsafe ref float maxBidirDist [get]
 find the closest point only if weighted bidirectional distance to it is less than given value
 
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.DistanceFromWeightedPointsComputeParams. Base classes: Direct: (non-virtual) MR.DistanceFromWeightedPointsParams This is the non-const half of the class.

Constructor & Destructor Documentation

◆ DistanceFromWeightedPointsComputeParams() [1/4]

unsafe MR.DistanceFromWeightedPointsComputeParams.DistanceFromWeightedPointsComputeParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ DistanceFromWeightedPointsComputeParams() [2/4]

unsafe MR.DistanceFromWeightedPointsComputeParams.DistanceFromWeightedPointsComputeParams ( MR._ByValue_DistanceFromWeightedPointsComputeParams _other)
inline

Generated from constructor MR.DistanceFromWeightedPointsComputeParams.DistanceFromWeightedPointsComputeParams.

◆ DistanceFromWeightedPointsComputeParams() [3/4]

MR.DistanceFromWeightedPointsComputeParams.DistanceFromWeightedPointsComputeParams ( Const_DistanceFromWeightedPointsComputeParams _other)
inline

Generated from constructor MR.DistanceFromWeightedPointsComputeParams.DistanceFromWeightedPointsComputeParams.

◆ DistanceFromWeightedPointsComputeParams() [4/4]

MR.DistanceFromWeightedPointsComputeParams.DistanceFromWeightedPointsComputeParams ( DistanceFromWeightedPointsComputeParams _other)
inline

Generated from constructor MR.DistanceFromWeightedPointsComputeParams.DistanceFromWeightedPointsComputeParams.

Member Function Documentation

◆ assign()

unsafe MR.DistanceFromWeightedPointsComputeParams MR.DistanceFromWeightedPointsComputeParams.assign ( MR._ByValue_DistanceFromWeightedPointsComputeParams _other)
inline

Generated from method MR.DistanceFromWeightedPointsComputeParams.operator=.

◆ operator MR.DistanceFromWeightedPointsParams()

static unsafe implicit MR.DistanceFromWeightedPointsComputeParams.operator MR.DistanceFromWeightedPointsParams ( DistanceFromWeightedPointsComputeParams self)
inlinestatic

Property Documentation

◆ bidirectionalMode

new unsafe ref bool MR.DistanceFromWeightedPointsComputeParams.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

◆ maxBidirDist

new unsafe ref float MR.DistanceFromWeightedPointsComputeParams.maxBidirDist
get

find the closest point only if weighted bidirectional distance to it is less than given value

◆ maxWeight

new unsafe ref float MR.DistanceFromWeightedPointsComputeParams.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.DistanceFromWeightedPointsComputeParams.maxWeightGrad
get

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

◆ minBidirDist

new unsafe ref float MR.DistanceFromWeightedPointsComputeParams.minBidirDist
get

◆ minWeight

new unsafe ref float MR.DistanceFromWeightedPointsComputeParams.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.DistanceFromWeightedPointsComputeParams.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: