MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.CloudPartMapping Class Reference

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)
 

Detailed Description

Generated from:  MR::CloudPartMapping

mapping among elements of source point cloud, from which a part is taken, and target (this) point cloud

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.CloudPartMapping.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None meshlib.mrmeshpy.CloudPartMapping.__init__ ( self,
CloudPartMapping arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

None meshlib.mrmeshpy.CloudPartMapping.__init__ ( self,
VertMap src2tgtVerts,
VertMap tgt2srcVerts )
Implicit aggregate constructor.

Member Function Documentation

◆ src2tgtVerts() [1/2]

VertMap meshlib.mrmeshpy.CloudPartMapping.src2tgtVerts ( self)
from.id -> this.id, efficient when full cloud without many invalid points is added into another cloud

◆ src2tgtVerts() [2/2]

None meshlib.mrmeshpy.CloudPartMapping.src2tgtVerts ( self,
VertMap arg1 )

◆ tgt2srcVerts() [1/2]

VertMap meshlib.mrmeshpy.CloudPartMapping.tgt2srcVerts ( self)
this.id -> from.id, efficient when any cloud or its part is added into empty cloud

◆ tgt2srcVerts() [2/2]

None meshlib.mrmeshpy.CloudPartMapping.tgt2srcVerts ( self,
VertMap arg1 )

The documentation for this class was generated from the following file: