|
TTK
|
Critical Vertex. More...
#include <PersistenceDiagramUtils.h>
Public Attributes | |
| ttk::SimplexId | id |
| ttk::CriticalType | type |
| double | sfValue |
| std::array< float, 3 > | coords |
Critical Vertex.
Definition at line 14 of file PersistenceDiagramUtils.h.
| std::array<float, 3> ttk::CriticalVertex::coords |
3D coordinates in domain
Definition at line 22 of file PersistenceDiagramUtils.h.
| ttk::SimplexId ttk::CriticalVertex::id |
vertex id in domain
Definition at line 16 of file PersistenceDiagramUtils.h.
| double ttk::CriticalVertex::sfValue |
scalar field value
Definition at line 20 of file PersistenceDiagramUtils.h.
| ttk::CriticalType ttk::CriticalVertex::type |
critical type
Definition at line 18 of file PersistenceDiagramUtils.h.