TTK
|
#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 |
Contour Tree Data Structure for an unrooted contour tree of unbounded degree for internal use from the ttk:ContourTreeAlignment module. More... | |
Namespaces | |
namespace | ttk |
The Topology ToolKit. | |
namespace | ttk::cta |
Enumerations | |
enum | ttk::cta::Type_Node { ttk::cta::minNode , ttk::cta::maxNode , ttk::cta::saddleNode } |