]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/Histogram.h
no newline at end of file
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / pPlotter / Histogram.h
index 5138dc65133f146a069f72f2ef70c86162b51b83..c51f0e50229a939cd5bce6c47d8760e006b75e19 100644 (file)
@@ -16,6 +16,7 @@
 #include <wx/wx.h>
 #endif
 
+#include "marTypes.h"
 #include "pPlotterWindow.h"
 #include "pFunctionPoint.h"
 #include  "vtkImageData.h"
 #include "pPlotterScaleY.h"
 #include "pPlotterScaleX.h"
 
-#define MAX 500
+//#define MAX 500
 #define NUM_POINTS 100
 #define WINDOW_SIZE 10
 
-class Histogram:public wxPanel
+class creaMaracasVisu_EXPORT Histogram:public wxPanel
 {
 public:
        //---------------------
@@ -37,7 +38,9 @@ public:
        //HistogramWidget( wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, int flag );
        
  
-       Histogram( wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, int flag,vtkImageData* imageData);
+//EED Borrame 07Mai2009
+//     Histogram( wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, int flag,vtkImageData* imageData);
+       Histogram( wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, int flag);
        
        ~Histogram();
 
@@ -59,7 +62,7 @@ public:
        */
        int getHistogramPoint(int gValue);
        int getHistogramSize();
-       
+       void Configure(vtkImageData* imageData);
        
 private: