Inheritance diagram for mrmeshpy.ICPGroupPair:Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, ICPGroupPair arg0) |
Public Member Functions inherited from mrmeshpy.ICPPairData | |
| float | distSq (self) |
| None | distSq (self, float arg1) |
| Vector3f | srcNorm (self) |
| None | srcNorm (self, Vector3f arg1) |
| Vector3f | srcPoint (self) |
| None | srcPoint (self, Vector3f arg1) |
| Vector3f | tgtNorm (self) |
| None | tgtNorm (self, Vector3f arg1) |
| Vector3f | tgtPoint (self) |
| None | tgtPoint (self, Vector3f arg1) |
| float | weight (self) |
| None | weight (self, float arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| ICPGroupPair | operator (*args, **kwargs) |
| ICPGroupPair | operator (*args, **kwargs) |
Static Public Member Functions inherited from mrmeshpy.ICPPairData | |
| bool | __eq__ (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_srcId = 56 |
| typing | _offsetof_tgtClosestId = 64 |
Static Protected Attributes inherited from mrmeshpy.ICPPairData | |
| typing | _offsetof_distSq = 48 |
| typing | _offsetof_srcNorm = 12 |
| typing | _offsetof_srcPoint = 0 |
| typing | _offsetof_tgtNorm = 36 |
| typing | _offsetof_tgtPoint = 24 |
| typing | _offsetof_weight = 52 |
Generated from: MR::ICPGroupPair
|
static |
Reimplemented from mrmeshpy.ICPPairData.
| None mrmeshpy.ICPGroupPair.__init__ | ( | self | ) |
Reimplemented from mrmeshpy.ICPPairData.
| None mrmeshpy.ICPGroupPair.__init__ | ( | self, | |
| ICPGroupPair | arg0 ) |
Implicit copy constructor.
Reimplemented from mrmeshpy.ICPPairData.
|
static |
Reimplemented from mrmeshpy.ICPPairData.
|
static |
Reimplemented from mrmeshpy.ICPPairData.
|
staticprotected |
|
staticprotected |