]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuViewerMPR.h
no message
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuViewerMPR.h
index 855b02a34130a4b54c5275621ac7e0f198eaa736..882fa43962a9c386d13dcc24b48acec2455d3e0a 100644 (file)
@@ -6,6 +6,7 @@
 #include "wxMaracasMPR.h"
 #include "vtkImageData.h"
 #include "vtkRenderer.h"
+#include "wxMPRWidget2.h"
 
 namespace bbcreaMaracasVisu
 {
@@ -56,14 +57,6 @@ class /*BBTK_EXPORT*/ ViewerMPR
    public bbtk::WxBlackBox
 {
   BBTK_BLACK_BOX_INTERFACE(ViewerMPR,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_OUTPUT(Renderer,vtkRenderer *);