|
TTK
|
#include <CTA_contourtree.h>#include <Debug.h>#include <algorithm>#include <memory>#include <random>Go to the source code of this file.
Classes | |
| struct | ttk::cta::AlignmentTree |
| Basic tree data structure for an alignment of two rooted binary trees. More... | |
| struct | ttk::cta::AlignmentNode |
| Basic data structure for a node of an unrooted alignment tree. More... | |
| struct | ttk::cta::AlignmentEdge |
| Basic data structure for an edge of an unrooted alignment tree. More... | |
| class | ttk::ContourTreeAlignment |
| TTK contourTreeAlignment processing package. More... | |
Namespaces | |
| namespace | ttk |
| The Topology ToolKit. | |
| namespace | ttk::cta |
Enumerations | |
| enum | ttk::cta::Type_Alignmenttree { ttk::cta::averageValues , ttk::cta::medianValues , ttk::cta::lastMatchedValue } |
| enum | ttk::cta::Mode_ArcMatch { ttk::cta::persistence , ttk::cta::area , ttk::cta::volume , ttk::cta::overlap } |