#include <MRMeshComponents.h>
Public Attributes | |
| int | maxLargeComponents = 2 |
| return at most given number of largest by area connected components | |
| int * | numSmallerComponents = nullptr |
| optional output: the number of components in addition to returned ones | |
| float | minArea = 0 |
| do not consider a component large if its area is below this value | |
| const UndirectedEdgeBitSet * | isCompBd = nullptr |
| optional predicate of boundaries between components | |