X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbmaracasvisuHistogramView.cxx;h=bd1e1f5413cf467fc228649d7379514c4fb5fb2a;hb=664e4e099f2b90efe6e9cfeaa4b880238460f6b2;hp=35b832c91f953abf02b351136593f3d3d53666a4;hpb=cc20770ee090848c31a8f18c277d89f2b904e087;p=creaMaracasVisu.git diff --git a/bbtk/src/bbmaracasvisuHistogramView.cxx b/bbtk/src/bbmaracasvisuHistogramView.cxx index 35b832c..bd1e1f5 100644 --- a/bbtk/src/bbmaracasvisuHistogramView.cxx +++ b/bbtk/src/bbmaracasvisuHistogramView.cxx @@ -35,21 +35,22 @@ void HistogramView::CreateWidget(wxWindow* parent) // bbSetOutputWidget( wxpanel ); } -//------------------------------------------------ -void HistogramView::bbUserConstructor() -{ - -} - -//------------------------------------------------ -void HistogramView::bbUserCopyConstructor(bbtk::BlackBox::Pointer) -{ -} - -//------------------------------------------------ -void HistogramView::bbUserDestructor() -{ -} + //----------------------------------------------------------------- + void HistogramView::bbUserSetDefaultValues() + { + } + + //----------------------------------------------------------------- + void HistogramView::bbUserInitializeProcessing() + { + } + + //----------------------------------------------------------------- + void HistogramView::bbUserFinalizeProcessing() + { + } + + //----------------------------------------------------------------- } // EO namespace bbcreaMaracasVisu