Class managing the barcode for Chain_vine_swap. More...
#include <include/gudhi/Persistence_matrix/chain_vine_swap.h>
Public Types | |
using | ID_index = typename Master_matrix::ID_index |
using | Pos_index = typename Master_matrix::Pos_index |
![]() | |
using | Barcode = typename Master_matrix::Barcode |
using | Dimension = typename Master_matrix::Dimension |
Public Member Functions | |
Chain_barcode_swap () | |
Default constructor. | |
Chain_barcode_swap (const Chain_barcode_swap &toCopy) | |
Copy constructor. More... | |
Chain_barcode_swap (Chain_barcode_swap &&other) | |
Move constructor. More... | |
![]() | |
Chain_pairing () | |
Default constructor. | |
Chain_pairing (const Chain_pairing &matrixToCopy) | |
Copy constructor. More... | |
Chain_pairing (Chain_pairing &&other) noexcept | |
Move constructor. More... | |
const Barcode & | 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. | |
Class managing the barcode for Chain_vine_swap.
Master_matrix | An instantiation of Matrix from which all types and options are deduced. |
using Gudhi::persistence_matrix::Chain_barcode_swap< Master_matrix >::ID_index = typename Master_matrix::ID_index |
IDIdx index type.
using Gudhi::persistence_matrix::Chain_barcode_swap< Master_matrix >::Pos_index = typename Master_matrix::Pos_index |
PosIdx index type.
|
inline |
Copy constructor.
toCopy | Matrix to copy. |
|
inline |
Move constructor.
other | Matrix to move. |