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

Method clear

source/MRMesh/MRReducePath.cpp:309–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307};
308
309void PathInPlanarTriangleStrip::clear()
310{
311 points_.clear();
312 previous_.clear();
313 next_.clear();
314 apex_ = PntId{0};
315 leftAfterApex_ = rightAfterApex_ = PntId{};
316 edges_.clear();
317}
318
319void PathInPlanarTriangleStrip::reset( const Vector2f & start, const Vector2f & edge0left, const Vector2f & edge0right )
320{

Callers 2

reducePathViaVertexFunction · 0.45
reducePathFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected