X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbmaracasvisuContourCrown.h;h=74e3725ffb3cf6bf7ae91875886df7fd58796b3e;hb=664e4e099f2b90efe6e9cfeaa4b880238460f6b2;hp=9dbf038fd3e6bfd7f34bc69ebd47846949aab13c;hpb=800f29fd7e4cc70d8706b3075454e63f0b1a5717;p=creaMaracasVisu.git diff --git a/bbtk/src/bbmaracasvisuContourCrown.h b/bbtk/src/bbmaracasvisuContourCrown.h index 9dbf038..74e3725 100644 --- a/bbtk/src/bbmaracasvisuContourCrown.h +++ b/bbtk/src/bbmaracasvisuContourCrown.h @@ -15,14 +15,6 @@ class /*BBTK_EXPORT*/ ContourCrown public bbtk::WxBlackBox { BBTK_BLACK_BOX_INTERFACE(ContourCrown,bbtk::WxBlackBox); -//================================================================== -/// User callback called in the box contructor -virtual void bbUserConstructor(); -/// User callback called in the box copy constructor -virtual void bbUserCopyConstructor(); -/// User callback called in the box destructor -virtual void bbUserDestructor(); -//================================================================== BBTK_DECLARE_INPUT(In, vtkImageData*); BBTK_DECLARE_INPUT(wxVtkBaseView, wxVtkBaseView*); //JSTG 26-02-08 ------------------------------------------------------- @@ -45,7 +37,7 @@ virtual void bbUserDestructor(); BBTK_PROCESS(Process); void Process(); BBTK_CREATE_WIDGET(CreateWidget); - void CreateWidget(); + void CreateWidget(wxWindow*); private: wxMaracasCoutourTool *mwxwidget;