Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, CloudPartMapping arg0) |
None | __init__ (self, VertMap src2tgtVerts, VertMap tgt2srcVerts) |
VertMap | src2tgtVerts (self) |
None | src2tgtVerts (self, VertMap arg1) |
VertMap | tgt2srcVerts (self) |
None | tgt2srcVerts (self, VertMap arg1) |
Generated from: MR::CloudPartMapping mapping among elements of source point cloud, from which a part is taken, and target (this) point cloud
None meshlib.mrmeshpy.CloudPartMapping.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.CloudPartMapping.__init__ | ( | self, | |
CloudPartMapping | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.CloudPartMapping.__init__ | ( | self, | |
VertMap | src2tgtVerts, | ||
VertMap | tgt2srcVerts ) |
Implicit aggregate constructor.
VertMap meshlib.mrmeshpy.CloudPartMapping.src2tgtVerts | ( | self | ) |
from.id -> this.id, efficient when full cloud without many invalid points is added into another cloud
None meshlib.mrmeshpy.CloudPartMapping.src2tgtVerts | ( | self, | |
VertMap | arg1 ) |
VertMap meshlib.mrmeshpy.CloudPartMapping.tgt2srcVerts | ( | self | ) |
this.id -> from.id, efficient when any cloud or its part is added into empty cloud
None meshlib.mrmeshpy.CloudPartMapping.tgt2srcVerts | ( | self, | |
VertMap | arg1 ) |