]> Creatis software - creaMaracasVisu.git/commitdiff
Reindented the code.
authorClaire Mouton <Claire.Mouton@creatis.insa-lyon.fr>
Tue, 17 Jul 2012 13:02:00 +0000 (13:02 +0000)
committerClaire Mouton <Claire.Mouton@creatis.insa-lyon.fr>
Tue, 17 Jul 2012 13:02:00 +0000 (13:02 +0000)
lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.h

index 5beffe7be8723c47013cc97fa9f9df165f63929d..51c73c963789ff2fa61a2f1ad3392a942b141f11 100644 (file)
@@ -64,14 +64,14 @@ class LayerImageBase
                void onThresholdChangeOpacity (int opacity);
                void onThresholdRemove();
                wxVtkBaseView *GetwxVtkBaseView();
-        void Refresh();
-        vtkLookupTable *GetvtkLookupTable();
-        vtkImageReslice *GetvtkImageReslice();
+               void Refresh();
+               vtkLookupTable *GetvtkLookupTable();
+               vtkImageReslice *GetvtkImageReslice();
                virtual int GetZ();
 
   private:
-               int                                     _Z;
-               bool                            _actorPresent;
+               int                     _Z;
+               bool                    _actorPresent;
                vtkImageData            *_image;
                vtkImageReslice         *_imageReslicer;
                vtkLookupTable          *_thresholdTable;