LVRFilteringMLSProjectionDialog.hpp
Go to the documentation of this file.
1 
28 #ifndef FILTERINGMLSPROJECTIONDIALOG_H_
29 #define FILTERINGMLSPROJECTIONDIALOG_H_
30 
31 #include <vtkRenderWindow.h>
32 #include <vtkRenderer.h>
33 #include <vtkRendererCollection.h>
34 #include <vtkSmartPointer.h>
35 
36 #include "lvr2/io/ModelFactory.hpp"
37 // @TODO should this be ported? In .cpp the use of this include is commented out...
38 //#include "lvr2/reconstruction/PCLFiltering.hpp"
39 
40 #include "ui_LVRFilteringMLSProjectionDialogUI.h"
41 #include "LVRPointCloudItem.hpp"
42 #include "LVRModelItem.hpp"
43 
44 using Ui::MLSProjectionDialog;
45 
46 namespace lvr2
47 {
48 
49 class LVRMLSProjectionDialog : public QObject
50 {
51  Q_OBJECT
52 
53 public:
54  LVRMLSProjectionDialog(LVRPointCloudItem* pc_item, LVRModelItem* parent, QTreeWidget* treeWidget, vtkRenderWindow* renderer);
55  virtual ~LVRMLSProjectionDialog();
56 
57 public Q_SLOTS:
58  void applyMLSProjection();
59 
60 private:
62 
63  MLSProjectionDialog* m_dialog;
67  QTreeWidget* m_treeWidget;
68  vtkRenderWindow* m_renderWindow;
69 };
70 
71 } // namespace lvr2
72 
73 #endif /* FILTERINGMLSPROJECTIONDIALOG_H_ */
LVRMLSProjectionDialog(LVRPointCloudItem *pc_item, LVRModelItem *parent, QTreeWidget *treeWidget, vtkRenderWindow *renderer)


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