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

Function getLocalRegion

source/MRMesh/MRMeshBuilder.cpp:214–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214static FaceBitSet getLocalRegion( FaceBitSet * region, size_t tSize )
215{
216 FaceBitSet res;
217 if ( region )
218 res = *region;
219 else
220 res.resize( tSize, true );
221 return res;
222}
223
224static size_t addTrianglesSeqCore( MeshTopology& res, const Triangulation & t, const BuildSettings & settings = {} )
225{

Callers 3

addTrianglesSeqCoreFunction · 0.85
fromFaceSoupFunction · 0.85

Calls 1

resizeMethod · 0.45

Tested by

no test coverage detected