]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.h
#3017 creaMaracasVisu Feature New Normal - ColorLayer Box, Transparency option...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / ThresholdImageView / LayerImageBase.h
index 5e8dcac9a9df2912ba3979206d1e1d1c3c2e3f6b..3d27d31b71145cda4a3316a17861719214340247 100644 (file)
@@ -95,7 +95,6 @@ class LayerImageBase
                void                    SetColorBarPosition(std::vector<int> &colorbarposition);
                void                    SetwxVtkBaseView(wxVtkBaseView *baseview);
 
-
                void onThreshold();
                void onThresholdChange();
                void onThresholdInterpolation(bool interpolate);
@@ -121,7 +120,6 @@ class LayerImageBase
                void GetSpcOriginalLayer(double *spc);
                void GetSpcBase(double *spc);
 
-
   private:
                int                                                     _X;
                int                                                     _Y;
@@ -133,8 +131,6 @@ class LayerImageBase
                int                                             _dimBase[3];
                double                                          _spcBase[3];
 
-               
-
                vtkImageData                            *_image;
                vtkImageChangeInformation       *_imageChangeInformation;
                vtkImageReslice                         *_imageReslicer;
@@ -142,19 +138,15 @@ class LayerImageBase
                vtkImageMapToColors                     *_thresholdMapper;
                vtkImageActor                           *_thresholdActor;
                wxVtkBaseView                           *_baseView;
-
                vtkScalarBarActor                       *_scalarbarActor;
-
                virtual void                            ConfigLookupTable() = 0;                
                void                                            CleanXYZ(double &x, double &y, double &z);
 
-
   protected:
                vtkLookupTable                          *GetThresholdTable();
                double                                          _range[2];
                std::vector<double>             _rangeForColorBar;
                std::vector<int>                        _colorBarPosition;
-
  };