|
TTK
|
Go to the source code of this file.
Namespaces | |
| namespace | ttk |
| The Topology ToolKit. | |
| namespace | ttk::cf |
Typedefs | |
| using | ttk::cf::idSuperArc = long unsigned int |
| SuperArc index in vect_superArcs_. | |
| using | ttk::cf::idNode = unsigned int |
| Node index in vect_nodes_. | |
| using | ttk::cf::idCorresp = long long int |
| type used to recover Node/Arc in vert2tree SIGNED ONLY | |
| using | ttk::cf::idSegment = idSuperArc |
| for the segmentation, we have an array of segment containing area of the mesh | |
| using | ttk::cf::numThread = ThreadId |
| type use to store threads related numbers | |
| using | ttk::cf::idInterface = numThread |
| index of the interface/partition in vect_interfaces_ | |
| using | ttk::cf::idPartition = numThread |
| using | ttk::cf::ufDataType = long int |
| type stored by UnionFind | |
Enumerations | |
| enum | ttk::cf::TreeType : char { ttk::cf::Join = 0 , ttk::cf::Split = 1 , ttk::cf::Contour = 2 , ttk::cf::JoinAndSplit = 3 } |
| enum | ttk::cf::SimplifMethod : char { ttk::cf::Persist = 0 , ttk::cf::Span = 1 , ttk::cf::NbVert = 2 , ttk::cf::NbArc = 3 } |
| enum | ttk::cf::ComponentState : char { ttk::cf::Visible , ttk::cf::Hidden , ttk::cf::Pruned , ttk::cf::Merged } |
| enum class | ttk::cf::TreeComponent { ttk::cf::Arc = -1 , ttk::cf::Local_minimum , ttk::cf::Saddle1 , ttk::cf::Saddle2 , ttk::cf::Local_maximum } |
| enum class | ttk::cf::ArcType { ttk::cf::Min_arc = 0 , ttk::cf::Max_arc , ttk::cf::Saddle1_arc , ttk::cf::Saddle2_arc , ttk::cf::Saddle1_saddle2_arc } |