MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.MeshComponents.ExpandToComponentsParams Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, float coverRatio, MeshComponents.FaceIncidence incidence, UndirectedEdgeBitSet isCompBd, int_output optOutNumComponents, func_bool_from_float cb)
 
float coverRatio (self)
 
None coverRatio (self, float arg1)
 
UndirectedEdgeBitSet isCompBd (self)
 
None isCompBd (self, UndirectedEdgeBitSet arg1)
 
int optOutNumComponents (self)
 
None optOutNumComponents (self, int_output arg1)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
MeshComponents.ExpandToComponentsParams operator (*args, **kwargs)
 
MeshComponents.ExpandToComponentsParams operator (*args, **kwargs)
 

Static Public Attributes

MeshComponents incidence .FaceIncidence
 

Static Protected Attributes

typing _offsetof_cb = 24
 
typing _offsetof_coverRatio = 0
 
typing _offsetof_incidence = 4
 
typing _offsetof_isCompBd = 8
 
typing _offsetof_optOutNumComponents = 16
 

Detailed Description

Generated from:  MR::MeshComponents::ExpandToComponentsParams

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.MeshComponents.ExpandToComponentsParams.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.MeshComponents.ExpandToComponentsParams.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.MeshComponents.ExpandToComponentsParams.__init__ ( self,
float coverRatio,
MeshComponents.FaceIncidence incidence,
UndirectedEdgeBitSet isCompBd,
int_output optOutNumComponents,
func_bool_from_float cb )
Implicit aggregate constructor.

Member Function Documentation

◆ coverRatio() [1/2]

float mrmeshpy.MeshComponents.ExpandToComponentsParams.coverRatio ( self)
expands only if seeds cover at least this ratio of the component area
<=0 - expands all seeds
> 1 - none

◆ coverRatio() [2/2]

None mrmeshpy.MeshComponents.ExpandToComponentsParams.coverRatio ( self,
float arg1 )

◆ isCompBd() [1/2]

UndirectedEdgeBitSet mrmeshpy.MeshComponents.ExpandToComponentsParams.isCompBd ( self)
optional predicate of boundaries between components

◆ isCompBd() [2/2]

None mrmeshpy.MeshComponents.ExpandToComponentsParams.isCompBd ( self,
UndirectedEdgeBitSet arg1 )

◆ operator() [1/2]

MeshComponents.ExpandToComponentsParams mrmeshpy.MeshComponents.ExpandToComponentsParams.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

MeshComponents.ExpandToComponentsParams mrmeshpy.MeshComponents.ExpandToComponentsParams.operator ( * args,
** kwargs )
static

◆ optOutNumComponents() [1/2]

int mrmeshpy.MeshComponents.ExpandToComponentsParams.optOutNumComponents ( self)
optional output number of components

◆ optOutNumComponents() [2/2]

None mrmeshpy.MeshComponents.ExpandToComponentsParams.optOutNumComponents ( self,
int_output arg1 )

Member Data Documentation

◆ _offsetof_cb

typing mrmeshpy.MeshComponents.ExpandToComponentsParams._offsetof_cb = 24
staticprotected

◆ _offsetof_coverRatio

typing mrmeshpy.MeshComponents.ExpandToComponentsParams._offsetof_coverRatio = 0
staticprotected

◆ _offsetof_incidence

typing mrmeshpy.MeshComponents.ExpandToComponentsParams._offsetof_incidence = 4
staticprotected

◆ _offsetof_isCompBd

typing mrmeshpy.MeshComponents.ExpandToComponentsParams._offsetof_isCompBd = 8
staticprotected

◆ _offsetof_optOutNumComponents

typing mrmeshpy.MeshComponents.ExpandToComponentsParams._offsetof_optOutNumComponents = 16
staticprotected

◆ incidence

MeshComponents mrmeshpy.MeshComponents.ExpandToComponentsParams.incidence .FaceIncidence
static

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