TTK
|
#include <PersistentSimplexPairs.h>
Public Member Functions | |
PersistencePair (SimplexId b, SimplexId d, int t) | |
Public Attributes | |
SimplexId | birth |
SimplexId | death |
int | type |
Definition at line 28 of file PersistentSimplexPairs.h.
|
inline |
Definition at line 36 of file PersistentSimplexPairs.h.
SimplexId ttk::PersistentSimplexPairs::PersistencePair::birth |
first (lower) vertex id
Definition at line 30 of file PersistentSimplexPairs.h.
SimplexId ttk::PersistentSimplexPairs::PersistencePair::death |
second (higher) vertex id
Definition at line 32 of file PersistentSimplexPairs.h.
int ttk::PersistentSimplexPairs::PersistencePair::type |
pair type (min-saddle: 0, saddle-saddle: 1, saddle-max: 2)
Definition at line 34 of file PersistentSimplexPairs.h.