#include <iostream>
int main() {
std::clog << "** Minimalistic example of usage of the Filtered_zigzag_persistence_with_storage class **" << std::endl;
auto barcode = zp.get_persistence_diagram();
for (auto& bar : barcode) {
std::cout << bar << std::endl;
}
return 0;
}
Class computing the zigzag persistent homology of a zigzag filtration. Algorithm based on ....
Definition filtered_zigzag_persistence.h:121
Class computing the zigzag persistent homology of a zigzag filtration. Algorithm based on .
Definition filtered_zigzag_persistence.h:442
Internal_key remove_cell(Cell_key cellID, Filtration_value filtrationValue)
Updates the zigzag persistence diagram after the removal of the given cell. preallocationSize.
Definition filtered_zigzag_persistence.h:532
Internal_key insert_cell(Cell_key cellID, const BoundaryRange &boundary, Dimension dimension, Filtration_value filtrationValue)
Updates the zigzag persistence diagram after the insertion of the given cell.
Definition filtered_zigzag_persistence.h:498
Contains the implementation of the Gudhi::zigzag_persistence::Default_filtered_zigzag_options structu...