class to override box nesting metrics More...
#include <MRMesh/MRBoxNesting.h>
Public Member Functions | |
| virtual | ~IBoxNestingPriority ()=default |
| virtual void | init (const Box3f &thisBox)=0 |
| init priority calculation with box of placed object | |
| virtual void | addNested (const Box3f &box)=0 |
| accumulate priority by one of already nested boxes | |
| virtual double | complete () const =0 |
| finalize priority and return the value (more - better) | |
class to override box nesting metrics