Loading...
Searching...
No Matches
Gudhi::persistence_matrix::Matrix< PersistenceMatrixOptions >::Bar Struct Reference

Type for a bar in the computed barcode. Stores the birth, death and dimension of the bar. More...

#include <include/gudhi/matrix.h>

Public Attributes

dimension_type dim
 
pos_index birth
 
pos_index death
 

Detailed Description

template<class PersistenceMatrixOptions = Default_options<>>
struct Gudhi::persistence_matrix::Matrix< PersistenceMatrixOptions >::Bar

Type for a bar in the computed barcode. Stores the birth, death and dimension of the bar.

Member Data Documentation

◆ birth

Birth index in the current filtration.

◆ death

Death index in the current filtration.

◆ dim

Dimension of the bar.


The documentation for this struct was generated from the following file: