]> Creatis software - creaMaracasVisu.git/blobdiff - lib/GUI/Qt/Viewers/qtvtkviewerwidget.h
changes in qt for volume rendering with gpu support, if you are working with volume...
[creaMaracasVisu.git] / lib / GUI / Qt / Viewers / qtvtkviewerwidget.h
index 70be6143cfd809017df1867bf4752c5e0549906f..7f946210daff80b52cbb50e79c9b59680f3b0075 100644 (file)
@@ -14,7 +14,7 @@ namespace Ui {
     class QtVTKViewerWidget;
 }
 
-class QtVTKViewerWidget : public QWidget, Ui_QtVTKViewerWidget
+class QtVTKViewerWidget : public QWidget
 {
     Q_OBJECT
 
@@ -28,9 +28,23 @@ public:
 
     void SetLookupTable(vtkLookupTable *lookuptable);    
 
+    void SetOutputFormatToRGBA();
+
 private slots:
     void on_checkBoxShowPlanes_clicked();
 
+    void on_checkBoxShowImageActor_clicked(bool checked);
+
+    void on_horizontalSliderX_valueChanged(int value);
+
+    void on_horizontalSliderY_valueChanged(int value);
+
+    void on_horizontalSliderZ_valueChanged(int value);
+
+private:
+    Ui::QtVTKViewerWidget *ui;
+    bool _firstset;
+
 };
 
 #endif // QTVTKVIEWERWIDGET_H