X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbmaracasvisuHistogramView.h;h=761446a13c77f2c81ac32da47333bb341536cd2e;hb=bf403544fe90a939c6a988f2c06ead7f4738d545;hp=90774e17a07fab69d9211e088709c57e2353f009;hpb=44e4be7013ea566bd2bdefb9d48e1da0071c3d91;p=creaMaracasVisu.git diff --git a/bbtk/src/bbmaracasvisuHistogramView.h b/bbtk/src/bbmaracasvisuHistogramView.h index 90774e1..761446a 100644 --- a/bbtk/src/bbmaracasvisuHistogramView.h +++ b/bbtk/src/bbmaracasvisuHistogramView.h @@ -1,11 +1,11 @@ #ifdef _USE_WXWIDGETS_ -#ifndef __bbmaracasvisuHistogramView_h_INCLUDED__ -#define __bbmaracasvisuHistogramView_h_INCLUDED__ +#ifndef __bbcreaMaracasVisuHistogramView_h_INCLUDED__ +#define __bbcreaMaracasVisuHistogramView_h_INCLUDED__ #include "bbtkWxBlackBox.h" #include "vtkImageData.h" -namespace bbmaracasvisu +namespace bbcreaMaracasVisu { class /*BBTK_EXPORT*/ HistogramView @@ -17,7 +17,7 @@ class /*BBTK_EXPORT*/ HistogramView /// User callback called in the box contructor virtual void bbUserConstructor(); /// User callback called in the box copy constructor -virtual void bbUserCopyConstructor(); +virtual void bbUserCopyConstructor(bbtk::BlackBox::Pointer); /// User callback called in the box destructor virtual void bbUserDestructor(); //================================================================== @@ -25,7 +25,7 @@ virtual void bbUserDestructor(); BBTK_PROCESS(Process); void Process(); BBTK_CREATE_WIDGET(CreateWidget); - void CreateWidget(); + void CreateWidget(wxWindow*); }; BBTK_BEGIN_DESCRIBE_BLACK_BOX(HistogramView,bbtk::WxBlackBox); @@ -36,8 +36,8 @@ BBTK_CATEGORY("viewer"); BBTK_INPUT(HistogramView,In,"Input image",vtkImageData*,""); BBTK_END_DESCRIBE_BLACK_BOX(HistogramView); } -// EO namespace bbmaracasvisu +// EO namespace bbcreaMaracasVisu -#endif // __bbmaracasvisuHistogramView_h_INCLUDED__ +#endif // __bbcreaMaracasVisuHistogramView_h_INCLUDED__ #endif // _USE_WXWIDGETS_