]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbcreaMaracasVisuColorLayerImageView.h
*** empty log message ***
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuColorLayerImageView.h
index 89c9b2d9b7f8bc81b9f5031320638682bfa8b9c8..de203afad2c7ee64e4c8f0c44dea5ac6d1445eeb 100644 (file)
@@ -21,6 +21,7 @@ class bbcreaMaracasVisu_EXPORT ColorLayerImageView
 // Don't edit this file. This file is generated from xml description..
 //=====
   BBTK_DECLARE_INPUT(WxVtkBaseView,wxVtkBaseView *);
+  BBTK_DECLARE_INPUT(In,vtkImageData*);
   BBTK_PROCESS(Process);
   void Process();
   BBTK_CREATE_WIDGET(CreateWidget);
@@ -36,6 +37,7 @@ BBTK_NAME("ColorLayerImageView");
 BBTK_AUTHOR("Eduardo DAVILA (Creatis)");
 BBTK_DESCRIPTION("Color Laye rImage View");
 BBTK_CATEGORY("__CategoryBlackBox__");
+BBTK_INPUT(ColorLayerImageView,In,"Input Image",vtkImageData*,"");
 BBTK_INPUT(ColorLayerImageView,WxVtkBaseView,"creaMaracasVisuViewer viewer",wxVtkBaseView*,"");
 BBTK_END_DESCRIBE_BLACK_BOX(ColorLayerImageView);
 //=====