]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuContourVOI.h
no message
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuContourVOI.h
index edc2ebc7ef10dc3c4ba5a45b58e20b1fb92e73f6..47b8cbd720645cf60985a75b5ebf79e69140b39c 100644 (file)
@@ -7,7 +7,6 @@
 
 
 #include <vtkImageData.h>
-#include <vtkExtractVOI.h>
 
 #include "Contour/ContourVOIWidget.h"
 
@@ -65,14 +64,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*);
@@ -87,7 +78,7 @@ virtual void bbUserDestructor();
 private:
        vtkImageData* _img;
        wxVtkBaseView* _base;
-       vtkExtractVOI*  _extract;
+//EED 20Juin2011       vtkExtractVOI*  _extract;
 
 };