]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewManager.h
#3513 ColorLayerImageView2
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / ThresholdImageView / ColorLayerImageViewManager.h
index 6a4f95f57b6d1899d0d27790da79c6891144d8fc..eaf7e8dbfb242182ed5d0f9c363cd7e8feaf3e2c 100644 (file)
@@ -68,6 +68,8 @@ class  ColorLayerImageViewManager
          void                          onThresholdInterpolation( bool interpolation );
          void                          SetSliceFixDynamic( bool fixdin );
          void                          onThresholdChangeOpacity( int opacity );
+      void              SetImageStep1( vtkImageData* img );
+      void              SetImageStep2( vtkImageData* img );
          void                          SetImage( vtkImageData* img );
          vtkImageData*         GetImageChangeInformation(int id);
 
@@ -76,12 +78,17 @@ class  ColorLayerImageViewManager
          void                          GetDimensionOriginalLayer       (int id,int     *dim);
          void                          GetSpcOriginalLayer                     (int id,double  *spc);
          void                          SetNewSpacingLayer                      (double *spc);
+      void              SetActive                   (bool active);
+      bool              GetActive();
+      void              SetFittingMode( int fitting_mode );
+      int               GetFittingMode();
 
          vtkLookupTable*       GetLookupTable(int id);
   private:
 
        std::vector< ColorLayerImageView* >     _colorLayerImageViewLst;
-
+      bool              _active;
+      int               _fitting_mode;
   protected:
  };