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)