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;
56  size_t m_numChannels;
57 };
58 
59 } // namespace lvr2
60 
61 #endif /* POINTINFO_H_ */
std::shared_ptr< PointBuffer > PointBufferPtr
boost::shared_array< float > floatArr
Definition: DataStruct.hpp:133
virtual ~LVRPointInfo()
LVRPointInfo(QWidget *parent, PointBufferPtr points, int pointId)


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 Mon Feb 28 2022 22:46:08