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
common
Wrapper.h
Go to the documentation of this file.
1
7
8
#pragma once
9
10
#include <
Debug.h
>
11
12
namespace
ttk
{
13
14
class
Wrapper
:
public
Debug
{
15
16
public
:
17
Wrapper
() {
18
processingProgress_
= 0;
19
}
17
Wrapper
() {
…
}
20
21
~Wrapper
()
override
=
default
;
22
23
virtual
bool
needsToAbort
() = 0;
24
25
virtual
int
updateProgress
(
const
float
&progress) = 0;
26
27
protected
:
28
float
processingProgress_
;
29
};
14
class
Wrapper
:
public
Debug
{
…
};
30
}
// namespace ttk
Debug.h
ttk::Debug
Minimalist debugging class.
Definition
Debug.h:88
ttk::Wrapper
Wrapper class to wrap ttk code.
Definition
Wrapper.h:14
ttk::Wrapper::~Wrapper
~Wrapper() override=default
ttk::Wrapper::Wrapper
Wrapper()
Definition
Wrapper.h:17
ttk::Wrapper::updateProgress
virtual int updateProgress(const float &progress)=0
ttk::Wrapper::processingProgress_
float processingProgress_
Definition
Wrapper.h:28
ttk::Wrapper::needsToAbort
virtual bool needsToAbort()=0
ttk
The Topology ToolKit.
Definition
AbstractTriangulation.h:51
Generated on Thu Sep 26 2024 06:50:17 for TTK by
1.9.8