X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FpPlotter%2FHistogram.h;h=c51f0e50229a939cd5bce6c47d8760e006b75e19;hb=8efe1d6e29dc7ec7436779b9290b86552df7877f;hp=f4c010c513aec2f55515a42e044160e6e3d73fb0;hpb=97fcb31897168533a2ea52f302c29a1ac69852b4;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/Histogram.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/Histogram.h index f4c010c..c51f0e5 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/Histogram.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/Histogram.h @@ -24,11 +24,11 @@ #include "pPlotterScaleY.h" #include "pPlotterScaleX.h" -#define MAX 500 +//#define MAX 500 #define NUM_POINTS 100 #define WINDOW_SIZE 10 -class MARACASVISULIB_EXPORTS Histogram:public wxPanel +class creaMaracasVisu_EXPORT Histogram:public wxPanel { public: //--------------------- @@ -38,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(); @@ -60,7 +62,7 @@ public: */ int getHistogramPoint(int gValue); int getHistogramSize(); - + void Configure(vtkImageData* imageData); private: