]> Creatis software - creaRigidRegistration.git/blob - PackRecalage/src/bbPackRecalageAddImageToVector.h
2028 Feature Create the box AddImageToVector
[creaRigidRegistration.git] / PackRecalage / src / bbPackRecalageAddImageToVector.h
1 //===== 
2 // 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)
3 //===== 
4 #ifndef __bbPackRecalageAddImageToVector_h_INCLUDED__
5 #define __bbPackRecalageAddImageToVector_h_INCLUDED__
6 #include "bbPackRecalage_EXPORT.h"
7 #include "bbtkAtomicBlackBox.h"
8 #include "iostream"
9
10 #include "vtkImageData.h"
11
12 namespace bbPackRecalage
13 {
14
15 class bbPackRecalage_EXPORT AddImageToVector
16  : 
17    public bbtk::AtomicBlackBox
18 {
19   BBTK_BLACK_BOX_INTERFACE(AddImageToVector,bbtk::AtomicBlackBox);
20 //===== 
21 // 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)
22 //===== 
23   BBTK_DECLARE_INPUT(ImageVector,std::vector<vtkImageData*>);
24   BBTK_DECLARE_INPUT(In0,vtkImageData*);
25   BBTK_DECLARE_INPUT(In1,vtkImageData*);
26   BBTK_DECLARE_INPUT(In2,vtkImageData*);
27   BBTK_DECLARE_INPUT(In3,vtkImageData*);
28   BBTK_DECLARE_INPUT(In4,vtkImageData*);
29   BBTK_DECLARE_INPUT(In5,vtkImageData*);
30   BBTK_DECLARE_INPUT(In6,vtkImageData*);
31   BBTK_DECLARE_INPUT(In7,vtkImageData*);
32   BBTK_DECLARE_INPUT(In8,vtkImageData*);
33   BBTK_DECLARE_INPUT(In9,vtkImageData*);
34   BBTK_DECLARE_OUTPUT(Out,std::vector<vtkImageData*>);
35   BBTK_PROCESS(Process);
36   void Process();
37 //===== 
38 // 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)
39 //===== 
40 };
41
42 BBTK_BEGIN_DESCRIBE_BLACK_BOX(AddImageToVector,bbtk::AtomicBlackBox);
43 BBTK_NAME("AddImageToVector");
44 BBTK_AUTHOR("Info-Dev");
45 BBTK_DESCRIPTION("eduardo.davila@creatis.insa-lyon.fr - Concat at the end of the ImageVector all the inputs. Add vtkImageData* to a vector fo vtkImageData*");
46 BBTK_CATEGORY("void");
47 BBTK_INPUT(AddImageToVector,ImageVector,"Vector of vtkImagesData*",std::vector<vtkImageData*>,"");
48 BBTK_INPUT(AddImageToVector,In0,"Input image 1",vtkImageData*,"");
49 BBTK_INPUT(AddImageToVector,In1,"Input image 1",vtkImageData*,"");
50 BBTK_INPUT(AddImageToVector,In2,"Input image 1",vtkImageData*,"");
51 BBTK_INPUT(AddImageToVector,In3,"Input image 1",vtkImageData*,"");
52 BBTK_INPUT(AddImageToVector,In4,"Input image 1",vtkImageData*,"");
53 BBTK_INPUT(AddImageToVector,In5,"Input image 1",vtkImageData*,"");
54 BBTK_INPUT(AddImageToVector,In6,"Input image 1",vtkImageData*,"");
55 BBTK_INPUT(AddImageToVector,In7,"Input image 1",vtkImageData*,"");
56 BBTK_INPUT(AddImageToVector,In8,"Input image 1",vtkImageData*,"");
57 BBTK_INPUT(AddImageToVector,In9,"Input image 1",vtkImageData*,"");
58 BBTK_OUTPUT(AddImageToVector,Out,"Vector of vtkImageData*",std::vector<vtkImageData*>,"");
59 BBTK_END_DESCRIBE_BLACK_BOX(AddImageToVector);
60 //===== 
61 // 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)
62 //===== 
63 }
64 // EO namespace bbPackRecalage
65
66 #endif // __bbPackRecalageAddImageToVector_h_INCLUDED__
67