Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, int maxLargeComponents, int_output numSmallerComponents, float minArea, UndirectedEdgeBitSet isCompBd) |
UndirectedEdgeBitSet | isCompBd (self) |
None | isCompBd (self, UndirectedEdgeBitSet arg1) |
int | maxLargeComponents (self) |
None | maxLargeComponents (self, int arg1) |
float | minArea (self) |
None | minArea (self, float arg1) |
int | numSmallerComponents (self) |
None | numSmallerComponents (self, int_output arg1) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
MeshComponents.LargeByAreaComponentsSettings | operator (*args, **kwargs) |
MeshComponents.LargeByAreaComponentsSettings | operator (*args, **kwargs) |
Static Protected Attributes | |
typing | _offsetof_isCompBd = 24 |
typing | _offsetof_maxLargeComponents = 0 |
typing | _offsetof_minArea = 16 |
typing | _offsetof_numSmallerComponents = 8 |
Generated from: MR::MeshComponents::LargeByAreaComponentsSettings
|
static |
None mrmeshpy.MeshComponents.LargeByAreaComponentsSettings.__init__ | ( | self | ) |
None mrmeshpy.MeshComponents.LargeByAreaComponentsSettings.__init__ | ( | self, | |
int | maxLargeComponents, | ||
int_output | numSmallerComponents, | ||
float | minArea, | ||
UndirectedEdgeBitSet | isCompBd ) |
Implicit aggregate constructor.
UndirectedEdgeBitSet mrmeshpy.MeshComponents.LargeByAreaComponentsSettings.isCompBd | ( | self | ) |
optional predicate of boundaries between components
None mrmeshpy.MeshComponents.LargeByAreaComponentsSettings.isCompBd | ( | self, | |
UndirectedEdgeBitSet | arg1 ) |
int mrmeshpy.MeshComponents.LargeByAreaComponentsSettings.maxLargeComponents | ( | self | ) |
return at most given number of largest by area connected components
None mrmeshpy.MeshComponents.LargeByAreaComponentsSettings.maxLargeComponents | ( | self, | |
int | arg1 ) |
float mrmeshpy.MeshComponents.LargeByAreaComponentsSettings.minArea | ( | self | ) |
do not consider a component large if its area is below this value
None mrmeshpy.MeshComponents.LargeByAreaComponentsSettings.minArea | ( | self, | |
float | arg1 ) |
int mrmeshpy.MeshComponents.LargeByAreaComponentsSettings.numSmallerComponents | ( | self | ) |
optional output: the number of components in addition to returned ones
None mrmeshpy.MeshComponents.LargeByAreaComponentsSettings.numSmallerComponents | ( | self, | |
int_output | arg1 ) |
|
static |
|
static |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |