46 using PlotType = std::vector<std::pair<double, SimplexId>>;
57 int execute(std::array<PlotType, 4> &plots,
Minimalist debugging class.
TTK processing package for the computation of persistence curves.
int execute(std::array< PlotType, 4 > &plots, const DiagramType &diagram) const
Compute the Persistence Curve from the input Diagram.
std::vector< std::pair< double, SimplexId > > PlotType
std::vector< PersistencePair > DiagramType
Persistence Diagram type as a vector of Persistence pairs.