MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.DistanceFromWeightedPointsParams Class Reference
+ Inheritance diagram for mrmeshpy.DistanceFromWeightedPointsParams:

Public Member Functions

None __init__ (self)
 
None __init__ (self, DistanceFromWeightedPointsParams arg0)
 
None __init__ (self, func_float_from_Id_VertTag pointWeight, float maxWeight, float maxWeightGrad)
 
float maxWeight (self)
 
None maxWeight (self, float arg1)
 
float maxWeightGrad (self)
 
None maxWeightGrad (self, float arg1)
 
func_float_from_Id_VertTag pointWeight (self)
 
None pointWeight (self, func_float_from_Id_VertTag arg1)
 

Detailed Description

Generated from:  MR::DistanceFromWeightedPointsParams

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.DistanceFromWeightedPointsParams.__init__ ( self)

◆ __init__() [2/3]

None mrmeshpy.DistanceFromWeightedPointsParams.__init__ ( self,
DistanceFromWeightedPointsParams arg0 )

◆ __init__() [3/3]

None mrmeshpy.DistanceFromWeightedPointsParams.__init__ ( self,
func_float_from_Id_VertTag pointWeight,
float maxWeight,
float maxWeightGrad )

Member Function Documentation

◆ maxWeight() [1/2]

float mrmeshpy.DistanceFromWeightedPointsParams.maxWeight ( self)
maximal weight among all points in the cloud;
if this value is imprecise, then more computations will be made by algorithm

◆ maxWeight() [2/2]

None mrmeshpy.DistanceFromWeightedPointsParams.maxWeight ( self,
float arg1 )

◆ maxWeightGrad() [1/2]

float mrmeshpy.DistanceFromWeightedPointsParams.maxWeightGrad ( self)
maximal magnitude of gradient of points' weight in the cloud, >=0;
if maxWeightGrad < 1 then more search optimizations can be done

◆ maxWeightGrad() [2/2]

None mrmeshpy.DistanceFromWeightedPointsParams.maxWeightGrad ( self,
float arg1 )

◆ pointWeight() [1/2]

func_float_from_Id_VertTag mrmeshpy.DistanceFromWeightedPointsParams.pointWeight ( self)
function returning the weight of each point, must be set by the user

◆ pointWeight() [2/2]

None mrmeshpy.DistanceFromWeightedPointsParams.pointWeight ( self,
func_float_from_Id_VertTag arg1 )

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