]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtk2DBaseView.h
v1.0.3 BUG 1404
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxVtk2DBaseView.h
index 749401273e0ba6df5239bcc58ce17eb3619d45a1..6903109de2e6cd1fcc4fde3f8d6eee71c649a8e7 100644 (file)
@@ -6,6 +6,7 @@
 
 //class vtkInteractorStyleBaseView;
 #include "vtkInteractorStyleBaseView.h"
+#include "vtkInteractorStyleBaseView2D.h"
 class vtkInfoTextImage;
 class vtkInfoTextImageInteractor;
 
@@ -34,12 +35,20 @@ public:
        virtual void                    TransformCoordinate_spacing_ModelToView(double &X,double &Y, double &Z);
        virtual void                    GetSpacing(double spc[3]);
 
+       void setColorTransferFunction(vtkColorTransferFunction* colortable);
+
+       void setWindowLevel(double level);
+
+       void setColorLevel(double level);
+    virtual int GetDirection();
+
 
 private:
        vtkBaseData                                                     *_vtkbasedata;
 
        vtkInfoTextImage                                        *_vtkIinfoTextImage;
        vtkInfoTextImageInteractor                      *_vtkIinfoTextImageInteractor;
+       vtkInteractorStyleBaseView2D * _style2D;
 
 protected: