]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.h
#2855 creaMaracasVisu Bug New Normal - ColorLayer box spacing size not identified
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / ThresholdImageView / LayerImageBase.h
index b6ad1e1dfd4e02209616220a6b2871d92489b4d3..0a9f0c0327505c44dac943cbeeb2dcbea726e64c 100644 (file)
@@ -85,13 +85,14 @@ class LayerImageBase
   public:
                LayerImageBase();
                virtual ~LayerImageBase();
-               void SetX(int x);
-               void SetY(int y);
-               void SetZ(int z);
-               void SetImage(vtkImageData* image);
-               void SetRangeForColorBar(std::vector<double> &range);
-               void GetRangeForColorBar(double &minRange, double &maxRange);
-               void SetwxVtkBaseView(wxVtkBaseView *baseview);
+               void                    SetX(int x);
+               void                    SetY(int y);
+               void                    SetZ(int z);
+               void                    SetImage(vtkImageData* image);
+               vtkImageData*   GetImage();
+               void                    SetRangeForColorBar(std::vector<double> &range);
+               void                    GetRangeForColorBar(double &minRange, double &maxRange);
+               void                    SetwxVtkBaseView(wxVtkBaseView *baseview);
 
                void onThreshold();
                void onThresholdChange();
@@ -148,7 +149,6 @@ class LayerImageBase
 
   protected:
                vtkLookupTable                          *GetThresholdTable();
-               vtkImageData                            *GetImage();
                double                                          _range[2];
                std::vector<double>             _rangeForColorBar;
  };