TTK
Loading...
Searching...
No Matches
RipsPersistenceDiagram.cpp
Go to the documentation of this file.
2
4 // inherited from Debug: prefix will be printed at the beginning of every msg
5 this->setDebugMsgPrefix("RipsPersistenceDiagram");
6}
7
9 const std::vector<std::vector<double>> &points,
10 std::vector<std::vector<ripser::pers_pair_t>> &ph) const {
11
12 ripser::ripser(points, SimplexMaximumDiameter, SimplexMaximumDimension,
13 InputIsDistanceMatrix, ph);
14
15 return 0;
16}
void setDebugMsgPrefix(const std::string &prefix)
Definition Debug.h:364
int execute(const std::vector< std::vector< double > > &points, std::vector< std::vector< ripser::pers_pair_t > > &ph) const
Main entry point.
void ripser(std::vector< std::vector< value_t > > points, value_t threshold, index_t dim_max, bool distanceMatrix, std::vector< std::vector< pers_pair_t > > &ph)