TTK
Toggle main menu visibility
Main Page
Topics
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
z
Functions
a
c
d
f
g
i
l
m
o
p
r
s
t
u
v
z
Variables
b
c
d
e
f
g
i
l
m
o
p
r
s
u
v
w
y
Typedefs
b
c
d
e
g
i
l
m
n
o
p
r
s
t
u
v
Enumerations
Enumerator
a
b
c
f
g
h
j
l
m
n
o
p
s
v
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
c
e
g
i
k
n
p
q
r
s
t
v
w
Enumerations
b
c
d
e
f
m
p
r
s
t
v
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
j
m
n
p
r
s
t
v
w
Variables
Typedefs
Enumerations
Enumerator
Macros
b
c
d
e
f
g
h
i
m
o
p
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
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
};
53
class
FTMTree
:
public
FTMTree_CT
{
…
};
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