With 0b4ea3a6357db2a6ef1349ffbc9eb47f03fc7909, I added marching cubes signatures that operate as computers rather than functions. We need to review the entire imglib2-mesh codebase to ensure that all algorithms support working with existing Mesh objects in this way, rather than naively (har) allocating NaiveDoubleMesh in the algorithm itself.
With 0b4ea3a6357db2a6ef1349ffbc9eb47f03fc7909, I added marching cubes signatures that operate as computers rather than functions. We need to review the entire imglib2-mesh codebase to ensure that all algorithms support working with existing
Mesh
objects in this way, rather than naively (har) allocatingNaiveDoubleMesh
in the algorithm itself.