Class managing the barcode for Chain_matrix if the option was enabled. More...
#include <gudhi/Persistence_matrix/chain_pairing.h>
Public Types | |
| using | Barcode = typename Master_matrix::Barcode |
| using | Dimension = typename Master_matrix::Dimension |
Public Member Functions | |
| Chain_pairing ()=default | |
| Default constructor. | |
| const Barcode & | get_current_barcode () const |
| Returns the current barcode which is maintained at any insertion, removal or vine swap. | |
Friends | |
| void | swap (Chain_pairing &pairing1, Chain_pairing &pairing2) noexcept |
| Swap operator. | |
Class managing the barcode for Chain_matrix if the option was enabled.
| Master_matrix | An instantiation of Matrix from which all types and options are deduced. |
| using Gudhi::persistence_matrix::Chain_pairing< Master_matrix >::Barcode = typename Master_matrix::Barcode |
Barcode type.
| using Gudhi::persistence_matrix::Chain_pairing< Master_matrix >::Dimension = typename Master_matrix::Dimension |
Dimension value type.
|
inline |
Returns the current barcode which is maintained at any insertion, removal or vine swap.