]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.h
#2490 creaMaracasVisu Feature New High - Histogram Interaction
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / ThresholdImageView / LayerImageBase.h
index e9e92aadb22910a09ff647fc4237c66128c71489..47a69e97506f79b2f4a73b7c280225bbef565363 100644 (file)
@@ -63,8 +63,8 @@ public:
        virtual bool OnRightButtonUp();
 
 private:
-    bool               _state;
-    bool               _stateKey;
+    bool                                       _state;
+    bool                               _stateKey;
     LayerImageBase*    _layerImageBase;
 
 protected:
@@ -117,13 +117,13 @@ class LayerImageBase
 
                vtkScalarBarActor               *_scalarbarActor;
 
-               virtual void ConfigLookupTable() = 0;           
-               void CleanXYZ(double &x, double &y, double &z);
+               virtual void                    ConfigLookupTable() = 0;                
+               void                                            CleanXYZ(double &x, double &y, double &z);
 
 
   protected:
-               vtkLookupTableGetThresholdTable();
-               vtkImageDataGetImage();
+               vtkLookupTable                  *GetThresholdTable();
+               vtkImageData                    *GetImage();
  };