]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMaracas_ViewerWidget.h
*** empty log message ***
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxMaracas_ViewerWidget.h
index caa733e2e2068297e45133232f5d99e14015283b..57b9ccf9983213617518cc418f8b90caef93106f 100644 (file)
@@ -3,8 +3,8 @@
   Program:   wxMaracas
   Module:    $RCSfile: wxMaracas_ViewerWidget.h,v $
   Language:  C++
-  Date:      $Date: 2009/06/05 06:07:39 $
-  Version:   $Revision: 1.6 $
+  Date:      $Date: 2010/10/29 07:51:06 $
+  Version:   $Revision: 1.10 $
 
   Copyright: (c) 2002, 2003
   License:
@@ -24,6 +24,7 @@
 // For compilers that support precompilation, includes <wx/wx.h>.
 // -----------------------------------------------------------------------------------------------------------
 #include <wx/wxprec.h>
+
 #ifdef __BORLANDC__
 #pragma hdrstop
 #endif
@@ -45,7 +46,6 @@
 // Class definition
 //------------------------------------------------------------------------------------------------------------
 
-
  class wxMaracas_ViewerWidget : public wxPanel
   {
   public:
        // Attributes
        //------------------------------------------------------------------------------------------------------------
 
+       void setColorTransferFunction(vtkColorTransferFunction* colortable);
+
+       void setWindowLevel(double level);
+
+       void setColorLevel(double level);
   private:
                int                                                             mType;
 
                wxVtkMPR3DView                                  *mwxvtkmpr3Dview;
 
 
-               vtkMPR3DDataViewer                              *vtkmpr3Ddataviewer;
-
+               vtkMPR3DDataViewer                              *vtkmpr3Ddataviewer;            
 
   };