Inheritance diagram for mrmeshpy.PointCloudApproxRelaxParams:Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, PointCloudApproxRelaxParams arg0) |
Public Member Functions inherited from mrmeshpy.PointCloudRelaxParams | |
| float | neighborhoodRadius (self) |
| None | neighborhoodRadius (self, float arg1) |
Public Member Functions inherited from mrmeshpy.RelaxParams | |
| float | force (self) |
| None | force (self, float arg1) |
| int | iterations (self) |
| None | iterations (self, int arg1) |
| bool | limitNearInitial (self) |
| None | limitNearInitial (self, bool arg1) |
| float | maxInitialDist (self) |
| None | maxInitialDist (self, float arg1) |
| VertBitSet | region (self) |
| None | region (self, VertBitSet arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| PointCloudApproxRelaxParams | operator (*args, **kwargs) |
| PointCloudApproxRelaxParams | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_type = 36 |
Static Protected Attributes inherited from mrmeshpy.PointCloudRelaxParams | |
| typing | _offsetof_neighborhoodRadius = 32 |
Static Protected Attributes inherited from mrmeshpy.RelaxParams | |
| typing | _offsetof_force = 16 |
| typing | _offsetof_iterations = 0 |
| typing | _offsetof_limitNearInitial = 20 |
| typing | _offsetof_maxInitialDist = 24 |
| typing | _offsetof_region = 8 |
Generated from: MR::PointCloudApproxRelaxParams
|
static |
Reimplemented from mrmeshpy.PointCloudRelaxParams.
| None mrmeshpy.PointCloudApproxRelaxParams.__init__ | ( | self | ) |
Reimplemented from mrmeshpy.PointCloudRelaxParams.
| None mrmeshpy.PointCloudApproxRelaxParams.__init__ | ( | self, | |
| PointCloudApproxRelaxParams | arg0 ) |
Implicit copy constructor.
Reimplemented from mrmeshpy.PointCloudRelaxParams.
|
static |
Reimplemented from mrmeshpy.PointCloudRelaxParams.
|
static |
Reimplemented from mrmeshpy.PointCloudRelaxParams.
|
staticprotected |