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

Method takeDistances

source/MRMesh/MRFaceDistance.cpp:55–55  ·  view source on GitHub ↗

extracts computed distances when the building is finished

Source from the content-addressed store, hash-verified

53
54 /// extracts computed distances when the building is finished
55 FaceScalars takeDistances() { return std::move( distances_ ); }
56
57private:
58 const MeshTopology & topology_;

Callers 1

calcFaceDistancesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected