]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/src/bbcreaVtkUnMosaicVectorVtkImageData.h
2319 creaVtk Feature New Normal Change in box and lib UnMosaicVectorVtkImageData...
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkUnMosaicVectorVtkImageData.h
index abe3d9f8e55ebf6c66b4057245e1df84b410b3dc..4b4e2760af8a6bd1a18c36b5dc94ff89f6db1f62 100644 (file)
@@ -17,8 +17,7 @@ class bbcreaVtk_EXPORT UnMosaicVectorVtkImageData
 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
 //===== 
   BBTK_DECLARE_INPUT(In,std::vector<vtkImageData*>);
-       BBTK_DECLARE_INPUT (NbImagesPerRow,int);
-  BBTK_DECLARE_INPUT (NbImagesInMosaic,int);
+  BBTK_DECLARE_INPUT (NbImagesInMosaicVector,std::vector<int>);
   BBTK_DECLARE_OUTPUT(Out,std::vector<vtkImageData*>);
   BBTK_PROCESS(Process);
   void Process();
@@ -33,8 +32,7 @@ BBTK_AUTHOR("carlos torres");
 BBTK_DESCRIPTION("No Description.");
 BBTK_CATEGORY("empty");
 BBTK_INPUT(UnMosaicVectorVtkImageData,In,"2D image list",std::vector<vtkImageData*>,"");
-BBTK_INPUT(UnMosaicVectorVtkImageData,NbImagesPerRow,"Nb of Images Per Row ",int,"");
-BBTK_INPUT(UnMosaicVectorVtkImageData,NbImagesInMosaic,"Nb of Images In Mosaic ",int,"");
+BBTK_INPUT(UnMosaicVectorVtkImageData,NbImagesInMosaicVector,"Vector of Number of Images In Mosaic ",std::vector<int>,"");
 BBTK_OUTPUT(UnMosaicVectorVtkImageData,Out,"3D image Vector",std::vector<vtkImageData*>,"");
 BBTK_END_DESCRIBE_BLACK_BOX(UnMosaicVectorVtkImageData);
 //=====