]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.h
#2482 creaMaracasVisu Bug New - HighColorLayer refresh missing. The MPR is not...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / ThresholdImageView / LayerImageBase.h
index 1e4828790b92bc7a7d16663b7d5996c149b6fe99..e9e92aadb22910a09ff647fc4237c66128c71489 100644 (file)
@@ -51,7 +51,8 @@
 //----------------------------------------------------------------------------------
 class LayerImageBase;
 
-class ColorLayerImageBasevtkInteractor : public InteractorStyleMaracas {
+class ColorLayerImageBasevtkInteractor : public InteractorStyleMaracas 
+{
 public:
        ColorLayerImageBasevtkInteractor(LayerImageBase* layerImageBase);
        virtual ~ColorLayerImageBasevtkInteractor();
@@ -78,7 +79,7 @@ protected:
 
 
 class LayerImageBase
 {
+ {
   public:
                LayerImageBase();
                virtual ~LayerImageBase();
@@ -103,18 +104,18 @@ class LayerImageBase
                bool GetActorPresent();
 
   private:
-               int                     _X;
-               int                     _Y;
-               int                     _Z;
-               bool                    _actorPresent;
-               vtkImageData            *_image;
+               int                                             _X;
+               int                                             _Y;
+               int                                             _Z;
+               bool                                            _actorPresent;
+               vtkImageData                    *_image;
                vtkImageReslice         *_imageReslicer;
-               vtkLookupTable          *_thresholdTable;
+               vtkLookupTable                  *_thresholdTable;
                vtkImageMapToColors     *_thresholdMapper;
-               vtkImageActor           *_thresholdActor;
-               wxVtkBaseView           *_baseView;
+               vtkImageActor                   *_thresholdActor;
+               wxVtkBaseView                   *_baseView;
 
-               vtkScalarBarActor       *_scalarbarActor;
+               vtkScalarBarActor               *_scalarbarActor;
 
                virtual void ConfigLookupTable() = 0;           
                void CleanXYZ(double &x, double &y, double &z);