TTK
|
#include <MultiresTopology.h>
Public Member Functions | |
PersistencePair ()=default | |
PersistencePair (const SimplexId b, const SimplexId d, const SimplexId pType) | |
Public Attributes | |
ttk::SimplexId | birth {} |
ttk::SimplexId | death {} |
ttk::SimplexId | pairType {} |
Definition at line 53 of file MultiresTopology.h.
|
default |
|
inline |
Definition at line 62 of file MultiresTopology.h.
ttk::SimplexId ttk::MultiresTopology::PersistencePair::birth {} |
first (lower) vertex id
Definition at line 55 of file MultiresTopology.h.
ttk::SimplexId ttk::MultiresTopology::PersistencePair::death {} |
second (higher) vertex id
Definition at line 57 of file MultiresTopology.h.
ttk::SimplexId ttk::MultiresTopology::PersistencePair::pairType {} |
pair type (min-saddle: 0, saddle-saddle: 1, saddle-max: 2)
Definition at line 59 of file MultiresTopology.h.