MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / getLargeByAreaComponents

Function getLargeByAreaComponents

source/MRMesh/MRMeshComponents.cpp:202–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202FaceBitSet getLargeByAreaComponents( const MeshPart& mp, float minArea, const UndirectedEdgeBitSet * isCompBd )
203{
204 auto unionFind = getUnionFindStructureFacesPerEdge( mp, isCompBd );
205 return getLargeByAreaComponents( mp, unionFind, minArea );
206}
207
208FaceBitSet getLargeByVolumeComponents( const MeshPart& mp, float minVolume )
209{

Callers 2

EMSCRIPTEN_BINDINGSFunction · 0.85

Calls 11

BitSetParallelForAllFunction · 0.85
areaMethod · 0.80
faceSizeMethod · 0.80
leftMethod · 0.80
rightMethod · 0.80
findMethod · 0.45
setMethod · 0.45
clearMethod · 0.45
resizeMethod · 0.45
undirectedEdgeSizeMethod · 0.45

Tested by

no test coverage detected