TTK
|
#include <MorseSmaleComplex.h>
Public Attributes | |
dcg::Cell | source_ |
dcg::Cell | destination_ |
std::vector< dcg::Cell > | geometry_ |
Utility class representing Ridge lines, Valley lines and Saddle connectors.
Definition at line 250 of file MorseSmaleComplex.h.
dcg::Cell ttk::MorseSmaleComplex::Separatrix::destination_ |
Destination cell of the separatrix.
Definition at line 254 of file MorseSmaleComplex.h.
std::vector<dcg::Cell> ttk::MorseSmaleComplex::Separatrix::geometry_ |
Container of ids. Each id addresses a separate container corresponding to a dense representation of the geometry (i.e. separatricesGeometry).
Definition at line 260 of file MorseSmaleComplex.h.
dcg::Cell ttk::MorseSmaleComplex::Separatrix::source_ |
Source cell of the separatrix.
Definition at line 252 of file MorseSmaleComplex.h.