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=528327a64112cceabf063bd206ec52200a3b0a0c;hp=5138dc65133f146a069f72f2ef70c86162b51b83;hpb=c5feadbb145eecf6d73f793535b7e23eb18db2cb;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 5138dc6..c51f0e5 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/Histogram.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/Histogram.h @@ -16,6 +16,7 @@ #include #endif +#include "marTypes.h" #include "pPlotterWindow.h" #include "pFunctionPoint.h" #include "vtkImageData.h" @@ -23,11 +24,11 @@ #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: