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

Method addNested

source/MRMesh/MRBoxNesting.cpp:436–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434 commonBox_ = thisBox;
435 }
436 virtual void addNested( const Box3f& box ) override
437 {
438 commonBox_.include( box );
439 }
440 virtual double complete() const override
441 {
442 size_t res =

Callers 1

calcCost_Method · 0.45

Calls 1

includeMethod · 0.45

Tested by

no test coverage detected