topology-tool-kit / ttk

TTK - Topological Data Analysis and Visualization - Source Code
https://topology-tool-kit.github.io/
Other
415 stars 124 forks source link

Explicit names for FTM and FTR computations #976

Closed julien-tierny closed 1 year ago

julien-tierny commented 1 year ago

This PR renames certain classes in the VTK layer to more explicit names (such that the class name now refers to the output, and not the algorithm). In particular, ttkFTMTree has been renamed into ttkMergeAndContourTree and ttkFTRGraph has been renamed into ttkReebGraph. This PR precedes a series of PR to come, related to PR #973 (to support multiple backends for merge tree computation, including ExtreeM).