]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMaracas_N_ViewersWidget.h
*** empty log message ***
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxMaracas_N_ViewersWidget.h
index 67a0e0c7b362081e6805187bbfa790d31c1a5eac..f938a381cd2b097a909b1c5861edfb57ae0ec602 100644 (file)
@@ -3,8 +3,8 @@
   Program:   wxMaracas
   Module:    $RCSfile: wxMaracas_N_ViewersWidget.h,v $
   Language:  C++
-  Date:      $Date: 2009/07/27 07:58:20 $
-  Version:   $Revision: 1.7 $
+  Date:      $Date: 2010/05/03 13:46:48 $
+  Version:   $Revision: 1.10 $
 
   Copyright: (c) 2002, 2003
   License:
@@ -71,6 +71,7 @@ class creaMaracasVisu_EXPORT wxMaracas_N_ViewersWidget : public wxPanel
        wxVtkBaseView *GetwxVtkBaseView(int iWin);
        virtual void Refresh(bool eraseBackground = true,const wxRect* rect = NULL );
        void SetImage( vtkImageData *image      );
+       void ConfigureVTK();
        void SetType(std::vector<int>* type);
        void UpdateLayout(vtkImageData* imagedata);
 //     double GetZ(int iWin);
@@ -80,6 +81,9 @@ class creaMaracasVisu_EXPORT wxMaracas_N_ViewersWidget : public wxPanel
 
        void setColorTransferFunction(vtkColorTransferFunction* colortable);
 
+       void setWindowLevel(double level);
+       void setColorLevel(double level);
+
        //------------------------------------------------------------------------------------------------------------
        // Attributes
        //------------------------------------------------------------------------------------------------------------
@@ -97,7 +101,8 @@ class creaMaracasVisu_EXPORT wxMaracas_N_ViewersWidget : public wxPanel
        std::vector<int> *nTypeView;
 
        vtkMPRBaseData* mvtkmprbasedata;  
-         
+        
+       void invariant();
   DECLARE_EVENT_TABLE( );
   };