Class managing the barcode for RU_matrix if the option was enabled. More...
Public Types | |
| using | barcode_type = typename Master_matrix::barcode_type |
Public Member Functions | |
| RU_pairing () | |
| Default constructor. | |
| RU_pairing (const RU_pairing &matrixToCopy) | |
| Copy constructor. More... | |
| RU_pairing (RU_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... | |
| RU_pairing & | operator= (RU_pairing other) |
| Assign operator. | |
Friends | |
| void | swap (RU_pairing &pairing1, RU_pairing &pairing2) |
| Swap operator. | |
Class managing the barcode for RU_matrix if the option was enabled.
| Master_matrix | An instanciation of Matrix from which all types and options are deduced. |
| using Gudhi::persistence_matrix::RU_pairing< Master_matrix >::barcode_type = typename Master_matrix::barcode_type |
Barcode 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.