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

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
 

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 mrmeshpy.CloudPartMapping.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.CloudPartMapping.__init__ ( self)

◆ __init__() [3/3]

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

Member Function Documentation

◆ operator() [1/2]

CloudPartMapping mrmeshpy.CloudPartMapping.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

CloudPartMapping mrmeshpy.CloudPartMapping.operator ( * args,
** kwargs )
static

◆ src2tgtVerts() [1/2]

VertMap 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 mrmeshpy.CloudPartMapping.src2tgtVerts ( self,
VertMap arg1 )

◆ tgt2srcVerts() [1/2]

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

◆ tgt2srcVerts() [2/2]

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

Member Data Documentation

◆ _offsetof_src2tgtVerts

typing mrmeshpy.CloudPartMapping._offsetof_src2tgtVerts = 0
staticprotected

◆ _offsetof_tgt2srcVerts

typing mrmeshpy.CloudPartMapping._offsetof_tgt2srcVerts = 8
staticprotected

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