Main Page
+
Classes
Class List
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
~
+
Functions
a
b
c
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Files
File List
+
File Members
+
All
c
d
e
f
i
l
m
n
p
r
s
t
w
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
include
Optimization
abstract_optimizer.h
Go to the documentation of this file.
1
18
#ifndef ABSTRACT_OPTIMIZER_H
19
#define ABSTRACT_OPTIMIZER_H
20
#include <
Transformation/transformation_data.h
>
21
22
23
class
Abstract_Optimizer
24
{
25
public
:
26
Abstract_Optimizer
();
27
virtual
void
optimizeChain
(std::vector<Transformation_Data> &recoredData) = 0;
28
};
29
30
#endif // ABSTRACT_OPTIMIZER_H
Abstract_Optimizer::Abstract_Optimizer
Abstract_Optimizer()
transformation_data.h
Abstract_Optimizer::optimizeChain
virtual void optimizeChain(std::vector< Transformation_Data > &recoredData)=0
Abstract_Optimizer
Definition:
abstract_optimizer.h:23
asr_mild_calibration_tool
Author(s): Aumann Florian, Heller Florian, Meißner Pascal
autogenerated on Mon Feb 28 2022 21:47:19