Class managing the barcode for Chain_matrix if the option was enabled. More...
Public Types | |
using | barcode_type = typename Master_matrix::barcode_type |
using | dimension_type = typename Master_matrix::dimension_type |
Public Member Functions | |
Chain_pairing () | |
Default constructor. | |
Chain_pairing (const Chain_pairing &matrixToCopy) | |
Copy constructor. More... | |
Chain_pairing (Chain_pairing &&other) noexcept | |
Move constructor. More... | |
const barcode_type & | get_current_barcode () const |
Returns the current barcode which is maintained at any insertion, removal or vine swap. More... | |
Chain_pairing & | operator= (Chain_pairing other) |
Assign operator. | |
Friends | |
void | swap (Chain_pairing &pairing1, Chain_pairing &pairing2) |
Swap operator. | |
Class managing the barcode for Chain_matrix if the option was enabled.
Master_matrix | An instanciation of Matrix from which all types and options are deduced. |
using Gudhi::persistence_matrix::Chain_pairing< Master_matrix >::barcode_type = typename Master_matrix::barcode_type |
Barcode type.
using Gudhi::persistence_matrix::Chain_pairing< Master_matrix >::dimension_type = typename Master_matrix::dimension_type |
Dimension value type.
|
inline |
Copy constructor.
matrixToCopy | Matrix to copy. |
|
inlinenoexcept |
Move constructor.
other | Matrix to move. |
|
inline |
Returns the current barcode which is maintained at any insertion, removal or vine swap.