TTK
|
#include <FTMTree_MT.h>
Public Attributes | |
TreeType | treeType |
std::shared_ptr< FTMAtomicVector< SuperArc > > | superArcs |
std::shared_ptr< FTMAtomicVector< Node > > | nodes |
std::shared_ptr< FTMAtomicVector< idNode > > | roots |
std::vector< idNode > | leaves |
std::vector< idCorresp > | vert2tree |
std::vector< SimplexId > | visitOrder |
std::vector< std::list< std::vector< SimplexId > > > | trunkSegments |
std::vector< AtomicUF > | storage |
std::vector< UF > | ufs |
std::vector< UF > | propagation |
std::shared_ptr< FTMAtomicVector< CurrentState > > | states |
std::vector< valence > | valences |
std::vector< char > | openedNodes |
idNode | activeTasks |
Segments | segments_ |
Definition at line 42 of file FTMTree_MT.h.
idNode ttk::ftm::TreeData::activeTasks |
Definition at line 67 of file FTMTree_MT.h.
std::vector<idNode> ttk::ftm::TreeData::leaves |
Definition at line 49 of file FTMTree_MT.h.
std::shared_ptr<FTMAtomicVector<Node> > ttk::ftm::TreeData::nodes |
Definition at line 47 of file FTMTree_MT.h.
std::vector<char> ttk::ftm::TreeData::openedNodes |
Definition at line 64 of file FTMTree_MT.h.
std::vector<UF> ttk::ftm::TreeData::propagation |
Definition at line 59 of file FTMTree_MT.h.
std::shared_ptr<FTMAtomicVector<idNode> > ttk::ftm::TreeData::roots |
Definition at line 48 of file FTMTree_MT.h.
Segments ttk::ftm::TreeData::segments_ |
Definition at line 71 of file FTMTree_MT.h.
std::shared_ptr<FTMAtomicVector<CurrentState> > ttk::ftm::TreeData::states |
Definition at line 60 of file FTMTree_MT.h.
std::vector<AtomicUF> ttk::ftm::TreeData::storage |
Definition at line 57 of file FTMTree_MT.h.
std::shared_ptr<FTMAtomicVector<SuperArc> > ttk::ftm::TreeData::superArcs |
Definition at line 46 of file FTMTree_MT.h.
TreeType ttk::ftm::TreeData::treeType |
Definition at line 43 of file FTMTree_MT.h.
std::vector<std::list<std::vector<SimplexId> > > ttk::ftm::TreeData::trunkSegments |
Definition at line 54 of file FTMTree_MT.h.
std::vector<UF> ttk::ftm::TreeData::ufs |
Definition at line 58 of file FTMTree_MT.h.
std::vector<valence> ttk::ftm::TreeData::valences |
Definition at line 62 of file FTMTree_MT.h.
std::vector<idCorresp> ttk::ftm::TreeData::vert2tree |
Definition at line 52 of file FTMTree_MT.h.
std::vector<SimplexId> ttk::ftm::TreeData::visitOrder |
Definition at line 53 of file FTMTree_MT.h.