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

ideas for contour tree path foward #1331

Open
cyrush opened this issue Jul 11, 2024 · 0 comments
Open

ideas for contour tree path foward #1331

cyrush opened this issue Jul 11, 2024 · 0 comments

Comments

@cyrush
Copy link
Member

cyrush commented Jul 11, 2024

  1. A contour tree extract.

Uses VTK-m to compute a contour tree and saves the arrays representing the tree to an HDF5 file using conduit

  1. A contour tree segmentation filter

Uses VTK-m to compute a contour tree and uses the contour tree to produce a mesh field that labels elements based on the contour tree results.

==

For using the VTK-m contour tree filter, which uses VTK-m Partitioned Datasets, here is an example in VTK-h that is using a Partitioned Dataset.

void ParticleAdvection::DoExecute()

The relay filters provide an example of implementing an extract:

Your case should be much simpler than this, if you need help sketching out a straw man let me know.

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

No branches or pull requests

1 participant