TTK
Loading...
Searching...
No Matches
Classes | Enumerations
ttk::cta Namespace Reference

Classes

struct  AlignmentEdge
 Basic data structure for an edge of an unrooted alignment tree. More...
 
struct  AlignmentNode
 Basic data structure for a node of an unrooted alignment tree. More...
 
struct  AlignmentTree
 Basic tree data structure for an alignment of two rooted binary trees. More...
 
struct  BinaryTree
 Basic tree data structure for a rooted contour tree of degree 2 and rooted contour tree alignments of degree 2. More...
 
class  ContourTree
 Contour Tree Data Structure for an unrooted contour tree of unbounded degree for internal use from the ttk:ContourTreeAlignment module. More...
 
struct  CTEdge
 Basic data structure for an edge of an unrooted contour tree. More...
 
struct  CTNode
 Basic data structure for a node of an unrooted contour tree. More...
 
struct  Tree
 Basic tree data structure for a rooted contour tree of unbounded degree. More...
 

Enumerations

enum  Type_Alignmenttree { averageValues , medianValues , lastMatchedValue }
 
enum  Mode_ArcMatch { persistence , area , volume , overlap }
 
enum  Type_Node { minNode , maxNode , saddleNode }
 

Enumeration Type Documentation

◆ Mode_ArcMatch

Enumerator
persistence 
area 
volume 
overlap 

Definition at line 54 of file ContourTreeAlignment.h.

◆ Type_Alignmenttree

Enumerator
averageValues 
medianValues 
lastMatchedValue 

Definition at line 52 of file ContourTreeAlignment.h.

◆ Type_Node

Enumerator
minNode 
maxNode 
saddleNode 

Definition at line 19 of file CTA_contourtree.h.