Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace 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
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
h
i
m
n
o
p
r
s
t
v
w
x
y
Typedefs
a
b
c
d
e
f
h
i
k
l
m
n
p
q
r
s
t
u
v
Enumerations
Enumerator
b
g
h
j
l
o
p
r
s
w
x
y
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
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
x
y
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
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
w
z
Related Functions
:
a
b
c
d
e
f
h
k
l
n
o
p
s
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
f
i
m
n
o
p
s
Typedefs
a
b
c
d
e
f
g
h
i
m
n
p
s
t
u
v
Enumerations
Enumerator
a
d
f
i
k
l
o
p
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
h
i
k
l
m
n
p
r
s
t
u
v
w
Examples
src
tools
lvr2_viewer
util
qttf.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <memory>
4
5
#include <Eigen/Dense>
6
7
#include "
lvr2/types/MatrixTypes.hpp
"
8
#include "
lvr2/geometry/BaseVector.hpp
"
9
#include "
lvr2/geometry/Normal.hpp
"
10
#include "
lvr2/geometry/Transformable.hpp
"
11
#include "
lvr2/io/PointBuffer.hpp
"
12
#include <QTreeWidgetItem>
13
14
namespace
lvr2
{
15
16
namespace
qttf {
17
18
Transformd
getTransformation
(
19
QTreeWidgetItem* from,
20
QTreeWidgetItem* to =
NULL
21
);
22
23
PointBufferPtr
transform
(
24
PointBufferPtr
pc_in,
25
const
Transformd
& T
26
);
27
28
PointBufferPtr
transform
(
29
PointBufferPtr
pc_in,
30
QTreeWidgetItem* from,
31
QTreeWidgetItem* to =
NULL
32
);
33
34
}
// namespace qttf
35
36
}
// namespace lvr2
BaseVector.hpp
lvr2::Transformd
Transform< double > Transformd
4x4 double precision transformation matrix
Definition:
MatrixTypes.hpp:71
lvr2::PointBufferPtr
std::shared_ptr< PointBuffer > PointBufferPtr
Definition:
PointBuffer.hpp:130
NULL
#define NULL
Definition:
mydefs.hpp:141
PointBuffer.hpp
MatrixTypes.hpp
lvr2::qttf::transform
PointBufferPtr transform(PointBufferPtr pc_in, const Transformd &T)
Definition:
qttf.cpp:32
lvr2
Definition:
BaseBufferManipulators.hpp:39
lvr2::qttf::getTransformation
Transformd getTransformation(QTreeWidgetItem *from, QTreeWidgetItem *to)
Definition:
qttf.cpp:9
Transformable.hpp
Normal.hpp
lvr2
Author(s): Thomas Wiemann
, Sebastian Pütz
, Alexander Mock
, Lars Kiesow
, Lukas Kalbertodt
, Tristan Igelbrink
, Johan M. von Behren
, Dominik Feldschnieders
, Alexander Löhr
autogenerated on Wed Mar 2 2022 00:37:24