TTK
Loading...
Searching...
No Matches
RipsPersistenceDiagram.h
Go to the documentation of this file.
1
15
16#pragma once
17
18// ttk common includes
19#include <Debug.h>
20
21#include <ripser.h>
22
23namespace ttk {
24
30 class RipsPersistenceDiagram : virtual public Debug {
31
32 public:
34
42 int execute(const std::vector<std::vector<double>> &points,
43 std::vector<std::vector<ripser::pers_pair_t>> &ph) const;
44
45 protected:
52
53 }; // RipsPersistenceDiagram class
54
55} // namespace ttk
Minimalist debugging class.
Definition Debug.h:88
TTK base class that computes the persistence diagram of a Rips complex.
int execute(const std::vector< std::vector< double > > &points, std::vector< std::vector< ripser::pers_pair_t > > &ph) const
Main entry point.
The Topology ToolKit.