X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbmaracasvisuContourCrown.h;h=272415339a01acff706166541cd9511790966656;hb=bf403544fe90a939c6a988f2c06ead7f4738d545;hp=7ef6ba55f224ae0bb6d3f7f1784b60185e076acc;hpb=44e4be7013ea566bd2bdefb9d48e1da0071c3d91;p=creaMaracasVisu.git diff --git a/bbtk/src/bbmaracasvisuContourCrown.h b/bbtk/src/bbmaracasvisuContourCrown.h index 7ef6ba5..2724153 100644 --- a/bbtk/src/bbmaracasvisuContourCrown.h +++ b/bbtk/src/bbmaracasvisuContourCrown.h @@ -1,13 +1,13 @@ #ifdef _USE_WXWIDGETS_ -#ifndef __bbmaracasvisuContourCrown_h_INCLUDED__ -#define __bbmaracasvisuContourCrown_h_INCLUDED__ +#ifndef __bbcreaMaracasVisuContourCrown_h_INCLUDED__ +#define __bbcreaMaracasVisuContourCrown_h_INCLUDED__ #include "bbtkWxBlackBox.h" #include #include "Contour/ContourCrownWidget.h" -namespace bbmaracasvisu +namespace bbcreaMaracasVisu { class /*BBTK_EXPORT*/ ContourCrown @@ -19,7 +19,7 @@ class /*BBTK_EXPORT*/ ContourCrown /// 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(); //================================================================== @@ -45,7 +45,7 @@ virtual void bbUserDestructor(); BBTK_PROCESS(Process); void Process(); BBTK_CREATE_WIDGET(CreateWidget); - void CreateWidget(); + void CreateWidget(wxWindow*); private: wxMaracasCoutourTool *mwxwidget; @@ -87,8 +87,8 @@ BBTK_DESCRIPTION("Contour crown tool"); BBTK_OUTPUT(ContourCrown,ImageMaskResult, "vtkImagedata with the mask" , vtkImageData *,"" ); BBTK_END_DESCRIBE_BLACK_BOX(ContourCrown); } -// EO namespace bbmaracasvisu +// EO namespace bbcreaMaracasVisu -#endif // __bbmaracasvisuContourCrown_h_INCLUDED__ +#endif // __bbcreaMaracasVisuContourCrown_h_INCLUDED__ #endif // _USE_WXWIDGETS_