]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuHistogramView.h
#2490 creaMaracasVisu Feature New High - Histogram Interaction
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuHistogramView.h
index 5cec9038de58cba9c9b5d65045d72265f5f782a9..bb69be239f89e05046819e4f958a4a3ce11e51da 100644 (file)
@@ -30,6 +30,7 @@
 
 #include "vtkImageData.h"
 #include "Histogram.h"
+#include "HistogramBase.h"
 
 
 namespace bbcreaMaracasVisu
@@ -47,16 +48,16 @@ class /*BBTK_EXPORT*/ HistogramView
   void CreateWidget(wxWindow*);
        
 private:
-       bool            firsttime;
-       Histogram       *histogram_wxwidget;
-       wxPanel         *wxpanel;
+       bool                                                    firsttime;
+       HistogramMinMaxLevel*   _histogramMinMaxLevel;
+       wxPanel*                                                wxpanel;
 };
 
 BBTK_BEGIN_DESCRIBE_BLACK_BOX(HistogramView,bbtk::WxBlackBox);
-BBTK_NAME("HistogramView");
-BBTK_AUTHOR("eduardo.davila [at] creatis.insa-lyon.fr");
-BBTK_DESCRIPTION("Histogram window");
-BBTK_CATEGORY("viewer");
+       BBTK_NAME("HistogramView");
+       BBTK_AUTHOR("eduardo.davila [at] creatis.insa-lyon.fr");
+       BBTK_DESCRIPTION("Histogram window");
+       BBTK_CATEGORY("viewer");
   BBTK_INPUT(HistogramView,In,"Input image",vtkImageData*,"");
 BBTK_END_DESCRIBE_BLACK_BOX(HistogramView);
 }