Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Fixes high memory consumption in SurfaceNets Filter (#1156)
* DOC: Fixes incorrect human name for QuickMesh filter * MEM: Reduces memory usage for SurfaceNets filter * SPELL: Fixes misspellings in human facing error messages. * Reduced memory usage of SurfaceNets algorithm which uses MMCellFlag * Changed constants to class static variables * Removed unneeded virtual Signed-off-by: Jared Duffey <[email protected]> * General code cleanup of MMCellFlag * The number of junctions can be at most 6 so it can be stored in 3 bits and m_BitFlag has enough unused bits at the end to accommodate it Signed-off-by: Jared Duffey <[email protected]> --------- Signed-off-by: Michael Jackson <[email protected]> Signed-off-by: Jared Duffey <[email protected]> Co-authored-by: Jared Duffey <[email protected]>
- Loading branch information