]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/HistogramWidget.h
*** empty log message ***
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / pPlotter / HistogramWidget.h
index 3947d320424c585061008a0c64df0f85f3994e7d..28c5184de22bb4bf31659c1b65a9972c3f4feffa 100644 (file)
@@ -41,7 +41,7 @@ public:
        HistogramWidget( wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, int flag,vtkImageData* imageData,int type);
 
        HistogramWidget( wxWindow *parent, wxWindowID id);
-       void initializeHistogram(vtkImageData* img);
+       
        ~HistogramWidget();
 
        /*
@@ -136,6 +136,10 @@ public:
        int getHistogramSize();
        void setType(int type);
 
+       /**
+       **      Initialize the histogram 
+       */
+       void initializeHistogram(vtkImageData* img);
        /**
        **      Returns two vectors, the grey level of the point and its value, the value is between [0,1]
        **/