]> Creatis software - creaContours.git/blobdiff - bbtk/src/bbCreaContournDimensions.h
*** empty log message ***
[creaContours.git] / bbtk / src / bbCreaContournDimensions.h
index b0e103df14761c2476f0ab1e9a09ca8dca4b7804..1f9989ccee3fd23bc4daf7ce1535e780daacb9b2 100644 (file)
@@ -4,22 +4,12 @@
 #include "bbtkWxBlackBox.h"
 
 #include "wxContourMainFrame.h"
-#include "OutlineModelManager.h"
-#include "wxContourEventHandler.h"
-#include "wxContourMainPanel.h"
+
 #include <map>
 #include "vtkImageData.h"
-#include "OutlineModelBuilder.h"
-#include "ContourThing.h"
-#include "AxeThing.h"
-#include "ImageSourceThing.h"
-#include "ImageSectionThing.h"
-#include "SomeEnvironment.h"
-#include "ReaderEnvironment.h"
 
 #include "wx/artprov.h"
 #include <wx/filedlg.h>
-#include "interfMainPanel.h"
 
 #include <vtkImageData.h>
 #include <vtkMetaImageReader.h>
@@ -36,7 +26,7 @@ class /*BBTK_EXPORT*/ nDimensions
 /// 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();
 //==================================================================
@@ -46,7 +36,7 @@ virtual void bbUserDestructor();
   BBTK_PROCESS(Process);
   void Process();
   BBTK_CREATE_WIDGET(CreateWidget);
-  void CreateWidget();
+  void CreateWidget(wxWindow*);
 
   BBTK_DECLARE_OUTPUT(Mask,vtkImageData*);
   BBTK_DECLARE_OUTPUT(Value,vtkImageData*);
@@ -57,7 +47,8 @@ virtual void bbUserDestructor();
 
 private:
        wxContourMainFrame* frame;
-       wxContourEventHandler * eventHandler;
+       vtkImageData* currentimg;
+       //wxContourEventHandler * eventHandler;
 
 };