]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbcreaMaracasVisuSurfaceRendering.h
surface box y widget carole
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuSurfaceRendering.h
index 7cf19dd47685f4b81567b75e80e2a70657f6fea3..aad663b5bdcebd68a809cf756af3f4b5bae42343 100644 (file)
@@ -3,6 +3,7 @@
 #define __bbcreaMaracasVisuSurfaceRendering_h_INCLUDED__
 #include "bbcreaMaracasVisu_EXPORT.h"
 #include "bbtkWxBlackBox.h"
+#include "vtkRenderWindowInteractor.h"
 
 #include "vtkImageData.h"
 #include "vtkProp3D.h"
@@ -19,11 +20,13 @@ class bbcreaMaracasVisu_EXPORT SurfaceRendering
   BBTK_BLACK_BOX_INTERFACE(SurfaceRendering,bbtk::WxBlackBox);
   //BBTK_DECLARE_INPUT(In,vtkImageData*);
   BBTK_DECLARE_INPUT(Renderer,vtkRenderer*);
+  BBTK_DECLARE_INPUT(Interactor,vtkRenderWindowInteractor*);
   BBTK_DECLARE_INPUT(In0,vtkImageData*);  
   BBTK_DECLARE_INPUT(In1,vtkImageData*);
   BBTK_DECLARE_INPUT(In2,vtkImageData*);
   BBTK_DECLARE_INPUT(In3,vtkImageData*);
   BBTK_DECLARE_INPUT(In4,vtkImageData*);
+
   BBTK_DECLARE_OUTPUT(Out1,vtkImageData*);
   BBTK_DECLARE_OUTPUT(Out2,vtkImageData*);
   BBTK_DECLARE_OUTPUT(Out3,vtkImageData*);
@@ -44,6 +47,7 @@ BBTK_DESCRIPTION("BB of the module SurfaceRendering");
 BBTK_CATEGORY("__CategoryBlackBox__");
 //BBTK_INPUT(SurfaceRendering,In,"Renderer to show the different prop3D",vtkImageData*,"");
 BBTK_INPUT(SurfaceRendering,Renderer,"Renderer to show the different prop3D",vtkRenderer*,"");
+BBTK_INPUT(SurfaceRendering,Interactor,"Renderer to show the different prop3D",vtkRenderWindowInteractor*,"");
 BBTK_INPUT(SurfaceRendering,In0,"Input image to the SurfaceRendering",vtkImageData*,"");
 BBTK_INPUT(SurfaceRendering,In1,"Input image to the SurfaceRendering",vtkImageData*,"");
 BBTK_INPUT(SurfaceRendering,In2,"Input image to the SurfaceRendering",vtkImageData*,"");