Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure all algorithms producing meshes can operate on existing meshes #11

Open
ctrueden opened this issue Jul 25, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@ctrueden
Copy link
Member

With 0b4ea3a, 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.

@ctrueden ctrueden added the enhancement New feature or request label Jul 25, 2024
@ctrueden
Copy link
Member Author

These ones for sure: Icosahedron, SimplifyMesh, Meshes, STLMeshIO. Maybe others...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant