TTK
|
Type for exporting persistent generators. More...
#include <DiscreteMorseSandwich.h>
Public Attributes | |
std::vector< SimplexId > | boundary |
SimplexId | critTriangleId |
std::array< SimplexId, 2 > | critVertsIds |
Type for exporting persistent generators.
A generator = a 2-saddle index + vector of edges with 1-saddle at index 0.
Definition at line 140 of file DiscreteMorseSandwich.h.
std::vector<SimplexId> ttk::DiscreteMorseSandwich::GeneratorType::boundary |
Generator edges beginning with the 1-saddle
Definition at line 142 of file DiscreteMorseSandwich.h.
SimplexId ttk::DiscreteMorseSandwich::GeneratorType::critTriangleId |
Critical triangle index (-1 if infinite)
Definition at line 144 of file DiscreteMorseSandwich.h.
std::array<SimplexId, 2> ttk::DiscreteMorseSandwich::GeneratorType::critVertsIds |
Vertex indices for the critical triangle (or global max) and the critical edge
Definition at line 147 of file DiscreteMorseSandwich.h.