TTK
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
}
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
};
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