MeshLib C# Docs
Loading...
Searching...
No Matches

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

Inheritance diagram for MR.Const_DistanceFromWeightedPointsComputeParams:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_DistanceFromWeightedPointsComputeParams ()
 Constructs an empty (default-constructed) instance.
unsafe Const_DistanceFromWeightedPointsComputeParams (MR._ByValue_DistanceFromWeightedPointsComputeParams _other)
 Generated from constructor MR.DistanceFromWeightedPointsComputeParams.DistanceFromWeightedPointsComputeParams.
 Const_DistanceFromWeightedPointsComputeParams (Const_DistanceFromWeightedPointsComputeParams _other)
 Generated from constructor MR.DistanceFromWeightedPointsComputeParams.DistanceFromWeightedPointsComputeParams.
 Const_DistanceFromWeightedPointsComputeParams (DistanceFromWeightedPointsComputeParams _other)
 Generated from constructor MR.DistanceFromWeightedPointsComputeParams.DistanceFromWeightedPointsComputeParams.

Static Public Member Functions

static unsafe implicit operator MR.Const_DistanceFromWeightedPointsParams (Const_DistanceFromWeightedPointsComputeParams self)

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe float * __ref_storage_minBidirDist
unsafe float * __ref_storage_maxBidirDist
unsafe float * __ref_storage_minWeight
unsafe float * __ref_storage_maxWeight
unsafe float * __ref_storage_maxWeightGrad
unsafe bool * __ref_storage_bidirectionalMode

Properties

unsafe float minBidirDist [get]
unsafe float maxBidirDist [get]
 find the closest point only if weighted bidirectional distance to it is less than given value
unsafe MR.Std.Const_Function_Float_From_MRVertId pointWeight [get, protected set]
 function returning the weight of each point, must be set by the user
unsafe float minWeight [get]
 minimal weight among all points in the cloud; if this value is imprecise, then more computations will be made by algorithm
unsafe float maxWeight [get]
 maximal weight among all points in the cloud; if this value is imprecise, then more computations will be made by algorithm
unsafe float maxWeightGrad [get]
 maximal magnitude of gradient of points' weight in the cloud, >=0; if maxWeightGrad < 1 then more search optimizations can be done
unsafe bool 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

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_DistanceFromWeightedPointsComputeParams() [1/4]

unsafe MR.Const_DistanceFromWeightedPointsComputeParams.Const_DistanceFromWeightedPointsComputeParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_DistanceFromWeightedPointsComputeParams() [2/4]

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

◆ Const_DistanceFromWeightedPointsComputeParams() [3/4]

MR.Const_DistanceFromWeightedPointsComputeParams.Const_DistanceFromWeightedPointsComputeParams ( Const_DistanceFromWeightedPointsComputeParams _other)
inline

◆ Const_DistanceFromWeightedPointsComputeParams() [4/4]

MR.Const_DistanceFromWeightedPointsComputeParams.Const_DistanceFromWeightedPointsComputeParams ( DistanceFromWeightedPointsComputeParams _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_DistanceFromWeightedPointsComputeParams.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_DistanceFromWeightedPointsComputeParams.Dispose ( bool disposing)
inlineprotectedvirtual

◆ operator MR.Const_DistanceFromWeightedPointsParams()

unsafe implicit MR.Const_DistanceFromWeightedPointsComputeParams.operator MR.Const_DistanceFromWeightedPointsParams ( Const_DistanceFromWeightedPointsComputeParams self)
inlinestatic

Member Data Documentation

◆ __ref_storage_bidirectionalMode

unsafe bool* MR.Const_DistanceFromWeightedPointsComputeParams.__ref_storage_bidirectionalMode
protected

◆ __ref_storage_maxBidirDist

unsafe float* MR.Const_DistanceFromWeightedPointsComputeParams.__ref_storage_maxBidirDist
protected

◆ __ref_storage_maxWeight

unsafe float* MR.Const_DistanceFromWeightedPointsComputeParams.__ref_storage_maxWeight
protected

◆ __ref_storage_maxWeightGrad

unsafe float* MR.Const_DistanceFromWeightedPointsComputeParams.__ref_storage_maxWeightGrad
protected

◆ __ref_storage_minBidirDist

unsafe float* MR.Const_DistanceFromWeightedPointsComputeParams.__ref_storage_minBidirDist
protected

◆ __ref_storage_minWeight

unsafe float* MR.Const_DistanceFromWeightedPointsComputeParams.__ref_storage_minWeight
protected

Property Documentation

◆ bidirectionalMode

unsafe bool MR.Const_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

unsafe float MR.Const_DistanceFromWeightedPointsComputeParams.maxBidirDist
get

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

◆ maxWeight

unsafe float MR.Const_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

unsafe float MR.Const_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

unsafe float MR.Const_DistanceFromWeightedPointsComputeParams.minBidirDist
get

◆ minWeight

unsafe float MR.Const_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

unsafe MR.Std.Const_Function_Float_From_MRVertId MR.Const_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: