TTK
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ttk::DiscreteMorseSandwich::PersistencePair Struct Reference

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
 

Detailed Description

Persistence pair struct as exported by DiscreteGradient.

Definition at line 37 of file DiscreteMorseSandwich.h.

Constructor & Destructor Documentation

◆ PersistencePair()

ttk::DiscreteMorseSandwich::PersistencePair::PersistencePair ( SimplexId  b,
SimplexId  d,
int  t 
)
inline

Definition at line 45 of file DiscreteMorseSandwich.h.

Member Data Documentation

◆ birth

SimplexId ttk::DiscreteMorseSandwich::PersistencePair::birth

first (lower/birth) simplex cell id

Definition at line 39 of file DiscreteMorseSandwich.h.

◆ death

SimplexId ttk::DiscreteMorseSandwich::PersistencePair::death

second (higher/death) simplex cell id

Definition at line 41 of file DiscreteMorseSandwich.h.

◆ type

int ttk::DiscreteMorseSandwich::PersistencePair::type

pair type (min-saddle: 0, saddle-saddle: 1, saddle-max: 2)

Definition at line 43 of file DiscreteMorseSandwich.h.


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