]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewPanel.h
Feature #1606 Add a new entry to ColorLayerImageView to select the fitting mode betwe...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / ThresholdImageView / ColorLayerImageViewPanel.h
index 526cb1d66b6218054702ed3bd0ff9d6b56ed71c3..4b8bd82627e401f5facf0cf285ad4d51c4ea6df6 100644 (file)
@@ -47,8 +47,12 @@ class ColorLayerImageViewPanel
                        void SetBaseDimension(int dim[3]);
                        void SetOriginalSpacing(double spc[3]);
                        void SetImage(vtkImageData *img);
+                       void SetFittingMode(int fitting_mode);
+                       int GetFittingMode();
 
                private:
+                       int                             _fitting_mode;
+
                        int                             _dimBase[3];
                        double                          _spcBase[3];
                        double                          _spcOrg[3];