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

Function fromTrianglesSeq

source/MRMesh/MRMeshBuilder.cpp:368–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368static MeshTopology fromTrianglesSeq( const Triangulation & t, const BuildSettings & settings )
369{
370 MeshTopology res;
371 addTriangles( res, t, settings );
372 return res;
373}
374
375MeshTopology fromDisjointMeshPieces( const Triangulation & t, VertId maxVertId,
376 const std::vector<MeshPiece> & pieces,

Callers 2

fromTrianglesParFunction · 0.85
fromTrianglesFunction · 0.85

Calls 1

addTrianglesFunction · 0.85

Tested by

no test coverage detected