LVRReconstructionExtendedMarchingCubesDialog.hpp
Go to the documentation of this file.
1 
28 #ifndef RECONSTRUCTIONEXTENDEDMARCHINGCUBESDIALOG_H_
29 #define RECONSTRUCTIONEXTENDEDMARCHINGCUBESDIALOG_H_
30 
31 #include <vtkRenderWindow.h>
32 #include <vtkRenderer.h>
33 #include <vtkRendererCollection.h>
34 #include <vtkSmartPointer.h>
35 
36 #include "../vtkBridge/LVRModelBridge.hpp"
37 
38 #include "ui_LVRReconstructionExtendedMarchingCubesDialogUI.h"
39 #include "LVRPointCloudItem.hpp"
40 #include "LVRModelItem.hpp"
41 
42 using Ui::ReconstructViaExtendedMarchingCubesDialog;
43 
44 namespace lvr2
45 {
46 
48 {
49  Q_OBJECT
50 
51 public:
52  LVRReconstructViaExtendedMarchingCubesDialog(string decomposition, LVRPointCloudItem* pc, LVRModelItem* parent, QTreeWidget* treeWidget, vtkRenderWindow* renderer);
54 
55 public Q_SLOTS:
56  void generateMesh();
57  void toggleRANSACcheckBox(const QString &text);
58  void switchGridSizeDetermination(int index);
59 
60 private:
62 
64  ReconstructViaExtendedMarchingCubesDialog* m_dialog;
67  QTreeWidget* m_treeWidget;
69  vtkRenderWindow* m_renderWindow;
70 
71 };
72 
73 } // namespace lvr2
74 
75 #endif /* RECONSTRUCTIONMARCHINGCUBESDIALOG_H_ */
LVRReconstructViaExtendedMarchingCubesDialog(string decomposition, LVRPointCloudItem *pc, 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