Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK-m VTK-m
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 188
    • Issues 188
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 36
    • Merge requests 36
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTK
  • VTK-mVTK-m
  • Merge requests
  • !1360

The source project of this merge request has been removed.
Closed
Created Aug 08, 2018 by Gunther Weber@ghweberDeveloper
  • Report abuse
Report abuse

PPP extensions: fully augmented contour tree, marching cubes connectivity, detailed timings

  • Overview 70
  • Changes 14

This merge request extends the current implementation of the contour tree (PPP1) to enable

  • the computation of the fully augmented contour tree. Previously, only the contour tree (without augmentation) was supported. While the augmentation using PPP1 is not efficient, it serves as a reference for comparison with the new PPP2 algorithm (see separate merge request).

  • the computation of the contour tree that is consistent with the interpolant assumed by the marching cubes algorithm

With these changes we can now compute the fully augmented contour tree (i.e., the contour tree including all regular vertices), which is critical to compute statistics and segmentations based on the contour tree.

This code was created as part of the ECP Alpine project.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: ppp1-extensions