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