new hiding scheme for edges in HTG visualization
There was a visualization bug on hyper tree grids having masked cells. Edges were appearing on faces where it should not. This merge requests adds the flag EdgeFlags
to the point data, which controls whether an edge is shown or not.
Adresses paraview/paraview#19306 (closed)
Merge request reports
Activity
Errors:
- commit 12846cbb is not allowed because the following files are not formatted according to the 'clang-format' check:
Filters/HyperTree/vtkHyperTreeGridGeometry.cxx
,Filters/HyperTree/vtkHyperTreeGridGeometry.h
. Post a comment ending in the lineDo: reformat
to rewrite the MR source branch automatically.
Please rewrite commits to fix the errors listed above (adding fixup commits will not resolve the errors) and force-push the branch again to update the merge request.
- commit 12846cbb is not allowed because the following files are not formatted according to the 'clang-format' check:
added 1 commit
- ab0f5bda - new hiding scheme for edges in HTG visualization
@demarle This is the MR to hide edges in hyper tree grids. Right now it shows as a point data in ParaView. Since the new flag
EdgeFlags
is always used only for display purpose in VTK, it might be worth disabling it in ParaView, and maybe even create a mechanism that would allow people to visualize it if they want in the settings. To be discussed.Could you review it?
Errors:
- commit bcdfb1b0 is not allowed because the following files are not formatted according to the 'clang-format' check:
Filters/HyperTree/vtkHyperTreeGridGeometry.cxx
. Post a comment ending in the lineDo: reformat
to rewrite the MR source branch automatically.
Please rewrite commits to fix the errors listed above (adding fixup commits will not resolve the errors) and force-push the branch again to update the merge request.
- commit bcdfb1b0 is not allowed because the following files are not formatted according to the 'clang-format' check:
added 64 commits
-
20ce2c24...22217f09 - 63 commits from branch
vtk:master
- dcaa88e1 - new hiding scheme for edges in HTG visualization
-
20ce2c24...22217f09 - 63 commits from branch