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
widgets
LVRPointInfo.hpp
Go to the documentation of this file.
1
28
#ifndef POINTINFO_H_
29
#define POINTINFO_H_
30
31
#include "
lvr2/io/PointBuffer.hpp
"
32
#include <QtWidgets>
33
#include <QDialog>
34
#include "
LVRPlotter.hpp
"
35
#include "ui_LVRPointInfo.h"
36
37
using
Ui::PointInfo;
38
39
namespace
lvr2
40
{
41
42
class
LVRPointInfo
:
public
QDialog
43
{
44
Q_OBJECT
45
46
public
:
47
LVRPointInfo
(QWidget* parent,
PointBufferPtr
points,
int
pointId);
48
virtual
~LVRPointInfo
();
49
50
public
Q_SLOTS:
51
void
refresh
();
52
53
private
:
54
PointInfo
m_pointInfo
;
55
floatArr
m_data
;
56
size_t
m_numChannels
;
57
};
58
59
}
// namespace lvr2
60
61
#endif
/* POINTINFO_H_ */
lvr2::floatArr
boost::shared_array< float > floatArr
Definition:
DataStruct.hpp:133
lvr2::LVRPointInfo::m_data
floatArr m_data
Definition:
LVRPointInfo.hpp:55
lvr2::PointBufferPtr
std::shared_ptr< PointBuffer > PointBufferPtr
Definition:
PointBuffer.hpp:130
lvr2::LVRPointInfo::m_pointInfo
PointInfo m_pointInfo
Definition:
LVRPointInfo.hpp:54
lvr2::LVRPointInfo::refresh
void refresh()
Definition:
LVRPointInfo.cpp:82
lvr2::LVRPointInfo::m_numChannels
size_t m_numChannels
Definition:
LVRPointInfo.hpp:56
PointBuffer.hpp
lvr2::LVRPointInfo::LVRPointInfo
LVRPointInfo(QWidget *parent, PointBufferPtr points, int pointId)
Definition:
LVRPointInfo.cpp:33
LVRPlotter.hpp
lvr2::LVRPointInfo::~LVRPointInfo
virtual ~LVRPointInfo()
Definition:
LVRPointInfo.cpp:77
lvr2
Definition:
BaseBufferManipulators.hpp:39
lvr2::LVRPointInfo
Definition:
LVRPointInfo.hpp:42
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