Skip to content

feat: VTK filters for mesh-doctor #124

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

Open
wants to merge 32 commits into
base: main
Choose a base branch
from

Conversation

alexbenedicto
Copy link
Collaborator

Closes #80

@alexbenedicto alexbenedicto changed the title VTK filters for mesh doctor feat: VTK filters for mesh-doctor Aug 13, 2025
@alexbenedicto alexbenedicto marked this pull request as ready for review August 13, 2025 01:10
Copy link
Contributor

@RomainBaville RomainBaville left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code is good and essay to read but some typing and docstrings are missing.

More over, I don't understand some points :

  • why the check check_fractures is not also check in the function AllChecks.
  • why the doc is duplicaded (a file.rst and a doc part in the filter files)
  • why you use the VTKPythonAlgorithmBase for the filter while the mesh exists already, and with the VTKPythonWrapping we use, the vtk objects are pointers. Meshes can be updated without the VTKPythonAlgorithmBase pipline.
  • why in the filter you use member function to set some variable (mesh, tolerance ...) while they can set as arguments.

At least, the function get_vtk_constant_str in genericHelpers needs to be updated. For now it can return a false name because severals VTK_CONSTANT refers to the same number.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create vtk filters for mesh-doctor features
2 participants