X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbmaracasvisuPlotterView.h;h=d3d0dfe6e918137a790f0c9fade759141502e671;hb=46e997508c80de816d3e26f9ccdb4a5e6d68a5f9;hp=ff4657bed9e81d0b90f640c6229202c960ad5015;hpb=de5cb63cdc23317a114c77f7b6184126d7988508;p=creaMaracasVisu.git diff --git a/bbtk/src/bbmaracasvisuPlotterView.h b/bbtk/src/bbmaracasvisuPlotterView.h index ff4657b..d3d0dfe 100644 --- a/bbtk/src/bbmaracasvisuPlotterView.h +++ b/bbtk/src/bbmaracasvisuPlotterView.h @@ -13,14 +13,6 @@ class /*BBTK_EXPORT*/ PlotterView public bbtk::WxBlackBox { BBTK_BLACK_BOX_INTERFACE(PlotterView,bbtk::WxBlackBox); -//================================================================== -/// User callback called in the box contructor -virtual void bbUserConstructor(); -/// User callback called in the box copy constructor -virtual void bbUserCopyConstructor(bbtk::BlackBox::Pointer); -/// User callback called in the box destructor -virtual void bbUserDestructor(); -//================================================================== BBTK_DECLARE_INPUT(InX, std::vector ); BBTK_DECLARE_INPUT(InY, std::vector ); BBTK_PROCESS(Process);