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

Public Member Functions

None __init__ (self)
 
None __init__ (self, VertMap outVmap, PointCloud otherPart, VertMap otherOutVmap)
 
VertMap otherOutVmap (self)
 
None otherOutVmap (self, VertMap arg1)
 
PointCloud otherPart (self)
 
None otherPart (self, PointCloud arg1)
 
VertMap outVmap (self)
 
None outVmap (self, VertMap arg1)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
DividePointCloudOptionalOutput operator (*args, **kwargs)
 
DividePointCloudOptionalOutput operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_otherOutVmap = 16
 
typing _offsetof_otherPart = 8
 
typing _offsetof_outVmap = 0
 

Detailed Description

Generated from:  MR::DividePointCloudOptionalOutput

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.DividePointCloudOptionalOutput.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.DividePointCloudOptionalOutput.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.DividePointCloudOptionalOutput.__init__ ( self,
VertMap outVmap,
PointCloud otherPart,
VertMap otherOutVmap )
Implicit aggregate constructor.

Member Function Documentation

◆ operator() [1/2]

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

◆ operator() [2/2]

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

◆ otherOutVmap() [1/2]

VertMap mrmeshpy.DividePointCloudOptionalOutput.otherOutVmap ( self)
optional out map from input points to other part output

◆ otherOutVmap() [2/2]

None mrmeshpy.DividePointCloudOptionalOutput.otherOutVmap ( self,
VertMap arg1 )

◆ otherPart() [1/2]

PointCloud mrmeshpy.DividePointCloudOptionalOutput.otherPart ( self)
optional out other part of the point cloud

◆ otherPart() [2/2]

None mrmeshpy.DividePointCloudOptionalOutput.otherPart ( self,
PointCloud arg1 )

◆ outVmap() [1/2]

VertMap mrmeshpy.DividePointCloudOptionalOutput.outVmap ( self)
optional out map from input points to output

◆ outVmap() [2/2]

None mrmeshpy.DividePointCloudOptionalOutput.outVmap ( self,
VertMap arg1 )

Member Data Documentation

◆ _offsetof_otherOutVmap

typing mrmeshpy.DividePointCloudOptionalOutput._offsetof_otherOutVmap = 16
staticprotected

◆ _offsetof_otherPart

typing mrmeshpy.DividePointCloudOptionalOutput._offsetof_otherPart = 8
staticprotected

◆ _offsetof_outVmap

typing mrmeshpy.DividePointCloudOptionalOutput._offsetof_outVmap = 0
staticprotected

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