X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbmaracasvisuHistogramView.h;h=bb69be239f89e05046819e4f958a4a3ce11e51da;hb=542063db4a06b1a74587bcab7d5c450ebdd53272;hp=5cec9038de58cba9c9b5d65045d72265f5f782a9;hpb=e4ef2b5df5aac431ff3b806f83b7dd5e55e89d86;p=creaMaracasVisu.git diff --git a/bbtk/src/bbmaracasvisuHistogramView.h b/bbtk/src/bbmaracasvisuHistogramView.h index 5cec903..bb69be2 100644 --- a/bbtk/src/bbmaracasvisuHistogramView.h +++ b/bbtk/src/bbmaracasvisuHistogramView.h @@ -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); }