TTK
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
PersistenceDiagramUtils.h File Reference
#include <array>
#include <tuple>
#include <vector>
#include <BaseClass.h>

Go to the source code of this file.

Classes

struct  ttk::CriticalVertex
 Critical Vertex. More...
 
struct  ttk::PersistencePair
 Persistence Pair. More...
 

Namespaces

namespace  ttk
 The Topology ToolKit.
 

Typedefs

using ttk::DiagramType = std::vector< PersistencePair >
 Persistence Diagram type as a vector of Persistence pairs.
 
using ttk::MatchingType = std::tuple< int, int, double >
 Matching between two Persistence Diagram pairs.