TTK
Loading...
Searching...
No Matches
FTMTree.cpp
Go to the documentation of this file.
1
13
14#include "FTMTree.h"
15
16using namespace std;
17using namespace ttk;
18using namespace ftm;
19
20FTMTree::FTMTree()
21 : FTMTree_CT(std::make_shared<Params>(), std::make_shared<Scalars>()) {
22 this->setDebugMsgPrefix("FTMTree");
23}
void setDebugMsgPrefix(const std::string &prefix)
Definition Debug.h:364
The Topology ToolKit.