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...

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

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

Birth index in the current filtration.

◆ death

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

Death index in the current filtration.

◆ dim

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

Dimension of the bar.


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