Class managing the barcode for RU_matrix if the option was enabled.
More...
#include <gudhi/Persistence_matrix/ru_pairing.h>
|
using | Barcode = typename Master_matrix::Barcode |
|
|
| RU_pairing () |
| Default constructor.
|
|
const Barcode & | get_current_barcode () const |
| Returns the current barcode which is maintained at any insertion, removal or vine swap.
|
|
template<class Master_matrix>
class Gudhi::persistence_matrix::RU_pairing< Master_matrix >
Class managing the barcode for RU_matrix if the option was enabled.
- Template Parameters
-
Master_matrix | An instantiation of Matrix from which all types and options are deduced. |
◆ Barcode
template<class Master_matrix >
◆ get_current_barcode()
template<class Master_matrix >
Returns the current barcode which is maintained at any insertion, removal or vine swap.
- Returns
- Const reference to the barcode.
The documentation for this class was generated from the following file: