LVRFilteringRemoveOutliersDialog.hpp
Go to the documentation of this file.
1 
28 #ifndef FILTERINGREMOVEOUTLIERSDIALOG_H_
29 #define FILTERINGREMOVEOUTLIERSDIALOG_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 
38 // @TODO should this be ported, in .cpp this is commented out...
39 //#include "lvr2/reconstruction/PCLFiltering.hpp"
40 
41 #include "ui_LVRFilteringRemoveOutliersDialogUI.h"
42 #include "LVRPointCloudItem.hpp"
43 #include "LVRModelItem.hpp"
44 
45 using Ui::RemoveOutliersDialog;
46 
47 namespace lvr2
48 {
49 
50 class LVRRemoveOutliersDialog : public QObject
51 {
52  Q_OBJECT
53 
54 public:
55  LVRRemoveOutliersDialog(LVRPointCloudItem* pc_item, LVRModelItem* parent, QTreeWidget* treeWidget, vtkRenderWindow* renderer);
56  virtual ~LVRRemoveOutliersDialog();
57 
58 public Q_SLOTS:
59  void removeOutliers();
60 
61 private:
63 
64  RemoveOutliersDialog* m_dialog;
68  QTreeWidget* m_treeWidget;
69  vtkRenderWindow* m_renderWindow;
70 };
71 
72 } // namespace lvr2
73 
74 #endif /* FILTERINGREMOVEOUTLIERSDIALOG_H_ */
LVRRemoveOutliersDialog(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