|
TTK
|
#include <TopologicalSkeleton.h>
Public Attributes | |
| dcg::Cell | source_ |
| dcg::Cell | destination_ |
| std::vector< dcg::Cell > | geometry_ |
Utility class representing Ridge lines, Valley lines Oribits, and Saddle connectors.
Definition at line 211 of file TopologicalSkeleton.h.
| dcg::Cell ttk::TopologicalSkeleton::Separatrix::destination_ |
Destination cell of the separatrix.
Definition at line 215 of file TopologicalSkeleton.h.
| std::vector<dcg::Cell> ttk::TopologicalSkeleton::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 221 of file TopologicalSkeleton.h.
| dcg::Cell ttk::TopologicalSkeleton::Separatrix::source_ |
Source cell of the separatrix.
Definition at line 213 of file TopologicalSkeleton.h.