]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbcreaMaracasVisuColorLayerImageView2.h
#3555 ColorLayer box input Interpolation
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuColorLayerImageView2.h
index 094833bca3b5aa4b457ae4dc18c8c1ec64219bcd..6f867e5efa922c55f02922b051e3787631bb72e7 100644 (file)
@@ -29,6 +29,7 @@ class bbcreaMaracasVisu_EXPORT ColorLayerImageView2
     BBTK_DECLARE_INPUT(In,vtkImageData*);
     BBTK_DECLARE_INPUT(Active,bool);
     BBTK_DECLARE_INPUT(Opacity,int);
+    BBTK_DECLARE_INPUT(Interpolation,bool);
 //    BBTK_DECLARE_INPUT(TypeControlsInterface,int);
     BBTK_DECLARE_INPUT(WxVtkBaseView,wxVtkBaseView *);
     BBTK_DECLARE_INPUT(WxVtkBaseView1,wxVtkBaseView *);
@@ -62,6 +63,7 @@ BBTK_BEGIN_DESCRIBE_BLACK_BOX(ColorLayerImageView2,bbtk::AtomicBlackBox);
   BBTK_INPUT(ColorLayerImageView2,In,"Input Image",vtkImageData*,"");
   BBTK_INPUT(ColorLayerImageView2,Active,"Active True/False (default True)",bool,"");
   BBTK_INPUT(ColorLayerImageView2,Opacity,"(default 100) 0..100",int,"");
+  BBTK_INPUT(ColorLayerImageView2,Interpolation,"(default true) true/false",bool,"");
 //  BBTK_INPUT(ColorLayerImageView2,TypeControlsInterface,"1 (default) All controls, 2 just transparency",int,"");
   BBTK_INPUT(ColorLayerImageView2,WxVtkBaseView," 0 creaMaracasVisuViewer viewer XY,YZ ou XZ",wxVtkBaseView*,"");
   BBTK_INPUT(ColorLayerImageView2,WxVtkBaseView1," 1 creaMaracasVisuViewer viewer XY,YZ ou XZ",wxVtkBaseView*,"");