TTK
Loading...
Searching...
No Matches
CTA_contourtree.h File Reference
#include <fstream>
#include <functional>
#include <iostream>
#include <memory>
#include <queue>
#include <stack>

Go to the source code of this file.

Classes

struct  ttk::cta::Tree
 Basic tree data structure for a rooted contour tree of unbounded degree. More...
 
struct  ttk::cta::BinaryTree
 Basic tree data structure for a rooted contour tree of degree 2 and rooted contour tree alignments of degree 2. More...
 
struct  ttk::cta::CTNode
 Basic data structure for a node of an unrooted contour tree. More...
 
struct  ttk::cta::CTEdge
 Basic data structure for an edge of an unrooted contour tree. More...
 
class  ttk::cta::ContourTree
 ##################################################################################################################### More...
 

Namespaces

namespace  ttk
 TTK base package defining the standard types.
 
namespace  ttk::cta
 

Enumerations

enum  ttk::cta::Type_Node { ttk::cta::minNode , ttk::cta::maxNode , ttk::cta::saddleNode }