]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuViewerMPR.h
no message
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuViewerMPR.h
index 6fca3cd64d9843ae0e791b7282ed9722d1ba39b7..882fa43962a9c386d13dcc24b48acec2455d3e0a 100644 (file)
@@ -6,6 +6,7 @@
 #include "wxMaracasMPR.h"
 #include "vtkImageData.h"
 #include "vtkRenderer.h"
+#include "wxMPRWidget2.h"
 
 namespace bbcreaMaracasVisu
 {
@@ -17,7 +18,7 @@ namespace bbcreaMaracasVisu
   class wxWidgetMPR : public wxPanel
   {
        public:
-               wxWidgetMPR(ViewerMPR* box,wxWindow* parent, marImageData       *marimagedata);
+               wxWidgetMPR(ViewerMPR* box,wxWindow* parent, marImageData       *marimagedata=NULL);
                ~wxWidgetMPR();
            
                //if the MPR had generated the refresh event
@@ -31,9 +32,12 @@ namespace bbcreaMaracasVisu
 
                //refreshView
                void Refresh();
+
+               void setImageData(vtkImageData* img);
+               void ConfigureVTK();
                
        private:
-
+               
                ViewerMPR                       *mbbViewerMPR;
                wxMPRWidget2            *wxwidget;
                std::vector<int>        point;
@@ -53,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 *);
@@ -72,6 +68,7 @@ virtual void bbUserDestructor();
 
 private:
   wxWidgetMPR *wxwidget;
+  vtkImageData *_img;
 };
 
 BBTK_BEGIN_DESCRIBE_BLACK_BOX(ViewerMPR,bbtk::WxBlackBox);