You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I adjusted the statefiles for ttk-data PR #58 I noticed the following issue:
Imagine the Factory is asked to create an explicit triangulation for a triangulated plane. Currently the triangulation will be identified by the cellArray. However, later the WarpByScalar filter only changes the vertex positions and leaves the cell-array unmodified. So the triangulation still looks at the old vertex positions and other ttk filters will ignore the new vertex positions. In this case the factory should actually create a new triangulation.
The text was updated successfully, but these errors were encountered:
MatPont
added a commit
to MatPont/ttk
that referenced
this issue
Apr 21, 2022
While I adjusted the statefiles for ttk-data PR #58 I noticed the following issue:
Imagine the Factory is asked to create an explicit triangulation for a triangulated plane. Currently the triangulation will be identified by the cellArray. However, later the WarpByScalar filter only changes the vertex positions and leaves the cell-array unmodified. So the triangulation still looks at the old vertex positions and other ttk filters will ignore the new vertex positions. In this case the factory should actually create a new triangulation.
The text was updated successfully, but these errors were encountered: