Inheritance diagram for mrmeshpy.DistanceFromWeightedPointsComputeParams:Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, DistanceFromWeightedPointsComputeParams arg0) |
| float | maxBidirDist (self) |
| None | maxBidirDist (self, float arg1) |
| float | minBidirDist (self) |
| None | minBidirDist (self, float arg1) |
Public Member Functions inherited from mrmeshpy.DistanceFromWeightedPointsParams | |
| bool | bidirectionalMode (self) |
| None | bidirectionalMode (self, bool arg1) |
| 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) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| DistanceFromWeightedPointsComputeParams | operator (*args, **kwargs) |
| DistanceFromWeightedPointsComputeParams | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_maxBidirDist = 48 |
| typing | _offsetof_minBidirDist = 44 |
Static Protected Attributes inherited from mrmeshpy.DistanceFromWeightedPointsParams | |
| typing | _offsetof_bidirectionalMode = 40 |
| typing | _offsetof_maxWeight = 32 |
| typing | _offsetof_maxWeightGrad = 36 |
| typing | _offsetof_pointWeight = 0 |
Generated from: MR::DistanceFromWeightedPointsComputeParams
|
static |
Reimplemented from mrmeshpy.DistanceFromWeightedPointsParams.
| None mrmeshpy.DistanceFromWeightedPointsComputeParams.__init__ | ( | self | ) |
Reimplemented from mrmeshpy.DistanceFromWeightedPointsParams.
| None mrmeshpy.DistanceFromWeightedPointsComputeParams.__init__ | ( | self, | |
| DistanceFromWeightedPointsComputeParams | arg0 ) |
Implicit copy constructor.
Reimplemented from mrmeshpy.DistanceFromWeightedPointsParams.
| float mrmeshpy.DistanceFromWeightedPointsComputeParams.maxBidirDist | ( | self | ) |
find the closest point only if weighted bidirectional distance to it is less than given value
| None mrmeshpy.DistanceFromWeightedPointsComputeParams.maxBidirDist | ( | self, | |
| float | arg1 ) |
| float mrmeshpy.DistanceFromWeightedPointsComputeParams.minBidirDist | ( | self | ) |
default 0 here does not work for negative distances
| None mrmeshpy.DistanceFromWeightedPointsComputeParams.minBidirDist | ( | self, | |
| float | arg1 ) |
|
static |
Reimplemented from mrmeshpy.DistanceFromWeightedPointsParams.
|
static |
Reimplemented from mrmeshpy.DistanceFromWeightedPointsParams.
|
staticprotected |
|
staticprotected |