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

TriangulationFactory should also validate if point locations have been modified #513

Open
JonasLukasczyk opened this issue Oct 9, 2020 · 0 comments

Comments

@JonasLukasczyk
Copy link
Contributor

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.

MatPont added a commit to MatPont/ttk that referenced this issue Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant