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 <jared.duffey@bluequartz.net> * 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 <jared.duffey@bluequartz.net> --------- Signed-off-by: Michael Jackson <mike.jackson@bluequartz.net> Signed-off-by: Jared Duffey <jared.duffey@bluequartz.net> Co-authored-by: Jared Duffey <jared.duffey@bluequartz.net>
- Loading branch information