TTK
Loading...
Searching...
No Matches
core
base
ftmTree
FTMTree.h
Go to the documentation of this file.
1
35
36
#pragma once
37
38
// base code includes
39
#include <
Geometry.h
>
40
#include <
Triangulation.h
>
41
42
#include "
FTMDataTypes.h
"
43
#include "
FTMTree_CT.h
"
44
45
namespace
ttk
{
46
namespace
ftm {
47
53
class
FTMTree
:
public
FTMTree_CT
{
54
public
:
55
// -----------------
56
// CONSTRUCTORS
57
// -----------------
58
59
FTMTree
();
60
~FTMTree
()
override
=
default
;
61
62
// -------
63
// PROCESS
64
// -------
65
66
// Initialize structures then build tree
67
// Need triangulation, scalars and all params set before call
68
template
<
typename
scalarType,
class
triangulationType>
69
void
build
(
const
triangulationType *mesh);
70
};
71
72
#include "
FTMTree_Template.h
"
73
74
}
// namespace ftm
75
}
// namespace ttk
FTMDataTypes.h
FTMTree_CT.h
FTMTree_Template.h
Geometry.h
Triangulation.h
ttk::ftm::FTMTree_CT
Definition
FTMTree_CT.h:30
ttk::ftm::FTMTree
TTK processing package that efficiently computes the contour tree of scalar data and more (data segme...
Definition
FTMTree.h:53
ttk::ftm::FTMTree::build
void build(const triangulationType *mesh)
Definition
FTMTree_Template.h:30
ttk::ftm::FTMTree::~FTMTree
~FTMTree() override=default
ttk::ftm::FTMTree::FTMTree
FTMTree()
Definition
FTMTree.cpp:20
ttk
The Topology ToolKit.
Definition
AbstractTriangulation.h:51
Generated on Thu Sep 26 2024 06:50:18 for TTK by
1.9.8