]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.h
#2844 creaMaracasVisu Feature New Normal - ManualPaint_model box, Refresh TransferF...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / ThresholdImageView / LayerImageBase.h
index 7735f0a598e8b88ea9c792c1ae19dd950cfcc9ae..6de2f5d4a85e1e069e518e261a9d7885b353f7a1 100644 (file)
@@ -63,7 +63,7 @@ public:
        virtual bool OnRightButtonUp();
 
 private:
-    bool                                       _state;
+    bool                               _state;
     bool                               _stateKey;
     LayerImageBase*    _layerImageBase;
 
@@ -104,24 +104,25 @@ class LayerImageBase
                virtual int GetY();
                virtual int GetZ();
                bool GetActorPresent();
+               void GetImageScalarRange();
 
 
   private:
                int                                             _X;
                int                                             _Y;
                int                                             _Z;
-               bool                                            _actorPresent;
+               bool                                    _actorPresent;
                vtkImageData                    *_image;
-               vtkImageReslice         *_imageReslicer;
+               vtkImageReslice                 *_imageReslicer;
                vtkLookupTable                  *_thresholdTable;
-               vtkImageMapToColors     *_thresholdMapper;
+               vtkImageMapToColors             *_thresholdMapper;
                vtkImageActor                   *_thresholdActor;
                wxVtkBaseView                   *_baseView;
 
                vtkScalarBarActor               *_scalarbarActor;
 
                virtual void                    ConfigLookupTable() = 0;                
-               void                                            CleanXYZ(double &x, double &y, double &z);
+               void                                    CleanXYZ(double &x, double &y, double &z);
 
 
   protected: