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
distanceMatrixDistortion
DistanceMatrixDistortion.h
Go to the documentation of this file.
1
17
18
#pragma once
19
20
#include <vector>
21
// ttk common includes
22
#include <
Debug.h
>
23
24
namespace
ttk
{
25
31
class
DistanceMatrixDistortion
:
virtual
public
Debug
{
32
33
public
:
34
DistanceMatrixDistortion
();
35
36
int
execute
(
const
std::vector<double *> &highDistMatrix,
37
const
std::vector<double *> &lowDistMatrix,
38
double
&distortionValue,
39
double
*distortionVerticesValues)
const
;
40
41
protected
:
42
// Warning: If this is set to true, then the similarity values we return
43
// will lie between -inf and 1 (best similarity).
44
bool
DoNotNormalize
{
false
};
45
};
31
class
DistanceMatrixDistortion
:
virtual
public
Debug
{
…
};
46
47
}
// namespace ttk
Debug.h
ttk::Debug
Minimalist debugging class.
Definition
Debug.h:88
ttk::DistanceMatrixDistortion
Definition
DistanceMatrixDistortion.h:31
ttk::DistanceMatrixDistortion::execute
int execute(const std::vector< double * > &highDistMatrix, const std::vector< double * > &lowDistMatrix, double &distortionValue, double *distortionVerticesValues) const
Definition
DistanceMatrixDistortion.cpp:11
ttk::DistanceMatrixDistortion::DoNotNormalize
bool DoNotNormalize
Definition
DistanceMatrixDistortion.h:44
ttk::DistanceMatrixDistortion::DistanceMatrixDistortion
DistanceMatrixDistortion()
Definition
DistanceMatrixDistortion.cpp:7
ttk
The Topology ToolKit.
Definition
AbstractTriangulation.h:51
Generated on Thu Sep 26 2024 06:50:18 for TTK by
1.9.8