X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbmaracasvisuContourVOI.h;h=47b8cbd720645cf60985a75b5ebf79e69140b39c;hb=35a5d83be3d84f9d1544b8d3ad0de044f1e65286;hp=edc2ebc7ef10dc3c4ba5a45b58e20b1fb92e73f6;hpb=3948b92b07a8992a6d04081c9649ba63e3e7d613;p=creaMaracasVisu.git diff --git a/bbtk/src/bbmaracasvisuContourVOI.h b/bbtk/src/bbmaracasvisuContourVOI.h index edc2ebc..47b8cbd 100644 --- a/bbtk/src/bbmaracasvisuContourVOI.h +++ b/bbtk/src/bbmaracasvisuContourVOI.h @@ -7,7 +7,6 @@ #include -#include #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; };