X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbmaracasvisuHistogramView.cxx;h=f9c399481a5045b8635e65d305bd48db13e8c95d;hb=542063db4a06b1a74587bcab7d5c450ebdd53272;hp=a3101688aea46ff005d287fcd95816e711111bb7;hpb=da163855471fe218bef04ee518b126fc066d24aa;p=creaMaracasVisu.git diff --git a/bbtk/src/bbmaracasvisuHistogramView.cxx b/bbtk/src/bbmaracasvisuHistogramView.cxx index a310168..f9c3994 100644 --- a/bbtk/src/bbmaracasvisuHistogramView.cxx +++ b/bbtk/src/bbmaracasvisuHistogramView.cxx @@ -36,14 +36,12 @@ BBTK_BLACK_BOX_IMPLEMENTATION(HistogramView,bbtk::WxBlackBox); //------------------------------------------------ void HistogramView::Process() { -printf("EED HistogramView::Process Start \n"); if (firsttime==true) { firsttime=false; // histogram_wxwidget = new Histogram( wxpanel , -1, wxPoint(0,0), wxSize(400,400),wxNO_BORDER ); _histogramMinMaxLevel->Configure( bbGetInputIn() ); } -printf("EED HistogramView::Process End \n"); } //------------------------------------------------ @@ -88,4 +86,3 @@ void HistogramView::CreateWidget(wxWindow* parent) } // EO namespace bbcreaMaracasVisu -