]> Creatis software - creaContours.git/blobdiff - bbtk/src/bbCreaContournDimensions.h
Compilation with bbtk 0.9.1
[creaContours.git] / bbtk / src / bbCreaContournDimensions.h
index e224b9d91e29028330ca9d6e80fb39a1dc451970..9c3587e1f74f08d85635b22e83d89979b1c38876 100644 (file)
@@ -26,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();
 //==================================================================
@@ -36,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*);