]> 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 fec399ca43a180788f551dee20215bc3f69a024f..47a69e97506f79b2f4a73b7c280225bbef565363 100644 (file)
@@ -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();
  };