Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, VertMap src2tgtVerts, VertMap tgt2srcVerts) |
VertMap | src2tgtVerts (self) |
None | src2tgtVerts (self, VertMap arg1) |
VertMap | tgt2srcVerts (self) |
None | tgt2srcVerts (self, VertMap arg1) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
CloudPartMapping | operator (*args, **kwargs) |
CloudPartMapping | operator (*args, **kwargs) |
Static Protected Attributes | |
typing | _offsetof_src2tgtVerts = 0 |
typing | _offsetof_tgt2srcVerts = 8 |
Generated from: MR::CloudPartMapping mapping among elements of source point cloud, from which a part is taken, and target (this) point cloud
|
static |
None mrmeshpy.CloudPartMapping.__init__ | ( | self | ) |
Implicit aggregate constructor.
|
static |
|
static |
VertMap mrmeshpy.CloudPartMapping.src2tgtVerts | ( | self | ) |
from.id -> this.id, efficient when full cloud without many invalid points is added into another cloud
None mrmeshpy.CloudPartMapping.src2tgtVerts | ( | self, | |
VertMap | arg1 ) |
VertMap mrmeshpy.CloudPartMapping.tgt2srcVerts | ( | self | ) |
this.id -> from.id, efficient when any cloud or its part is added into empty cloud
None mrmeshpy.CloudPartMapping.tgt2srcVerts | ( | self, | |
VertMap | arg1 ) |
|
staticprotected |
|
staticprotected |