]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuContourVOI.h
char * vs std::string
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuContourVOI.h
index edc2ebc7ef10dc3c4ba5a45b58e20b1fb92e73f6..5395fbe354e3c8372e6319a4be4ae9d503bd1083 100644 (file)
@@ -65,14 +65,6 @@ class /*BBTK_EXPORT*/ ContourVOI
    public bbtk::WxBlackBox
 {
   BBTK_BLACK_BOX_INTERFACE(ContourVOI,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(Title,std::string);
     BBTK_DECLARE_INPUT(In, vtkImageData*);
     BBTK_DECLARE_INPUT(wxVtkBaseView, wxVtkBaseView*);