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) |
Generated from: MR::DistanceFromWeightedPointsParams
None mrmeshpy.DistanceFromWeightedPointsParams.__init__ | ( | self | ) |
Implicit default constructor.
Reimplemented in mrmeshpy.DistanceFromWeightedPointsComputeParams, and mrmeshpy.DistanceFromWeightedPointsComputeParams.
None mrmeshpy.DistanceFromWeightedPointsParams.__init__ | ( | self, | |
DistanceFromWeightedPointsParams | arg0 ) |
Implicit copy constructor.
Reimplemented in mrmeshpy.DistanceFromWeightedPointsComputeParams, and mrmeshpy.DistanceFromWeightedPointsComputeParams.
None mrmeshpy.DistanceFromWeightedPointsParams.__init__ | ( | self, | |
func_float_from_Id_VertTag | pointWeight, | ||
float | maxWeight, | ||
float | maxWeightGrad ) |
Implicit aggregate constructor.
Reimplemented in mrmeshpy.DistanceFromWeightedPointsComputeParams, and mrmeshpy.DistanceFromWeightedPointsComputeParams.
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
None mrmeshpy.DistanceFromWeightedPointsParams.maxWeight | ( | self, | |
float | arg1 ) |
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
None mrmeshpy.DistanceFromWeightedPointsParams.maxWeightGrad | ( | self, | |
float | arg1 ) |
func_float_from_Id_VertTag mrmeshpy.DistanceFromWeightedPointsParams.pointWeight | ( | self | ) |
function returning the weight of each point, must be set by the user
None mrmeshpy.DistanceFromWeightedPointsParams.pointWeight | ( | self, | |
func_float_from_Id_VertTag | arg1 ) |