TTK
|
Persistence pair struct as exported by DiscreteGradient. More...
#include <DiscreteMorseSandwich.h>
Public Member Functions | |
PersistencePair (SimplexId b, SimplexId d, int t) | |
Public Attributes | |
SimplexId | birth |
SimplexId | death |
int | type |
Persistence pair struct as exported by DiscreteGradient.
Definition at line 37 of file DiscreteMorseSandwich.h.
|
inline |
Definition at line 45 of file DiscreteMorseSandwich.h.
SimplexId ttk::DiscreteMorseSandwich::PersistencePair::birth |
first (lower/birth) simplex cell id
Definition at line 39 of file DiscreteMorseSandwich.h.
SimplexId ttk::DiscreteMorseSandwich::PersistencePair::death |
second (higher/death) simplex cell id
Definition at line 41 of file DiscreteMorseSandwich.h.
int ttk::DiscreteMorseSandwich::PersistencePair::type |
pair type (min-saddle: 0, saddle-saddle: 1, saddle-max: 2)
Definition at line 43 of file DiscreteMorseSandwich.h.