]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/src/bbcreaVtkImageAppendComponents.h
#3370 creaVtk Feature New Normal - Compare Images with RGB
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkImageAppendComponents.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 __bbcreaVtkImageAppendComponents_h_INCLUDED__
5 #define __bbcreaVtkImageAppendComponents_h_INCLUDED__
6
7 #include "bbcreaVtk_EXPORT.h"
8 #include "bbtkAtomicBlackBox.h"
9 #include "iostream"
10
11 #include "vtkImageData.h"
12 #include "vtkImageAppendComponents.h"
13
14 namespace bbcreaVtk
15 {
16
17 class bbcreaVtk_EXPORT ImageAppendComponents
18  : 
19    public bbtk::AtomicBlackBox
20 {
21   BBTK_BLACK_BOX_INTERFACE(ImageAppendComponents,bbtk::AtomicBlackBox);
22 //===== 
23 // 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)
24 //===== 
25   BBTK_DECLARE_INPUT(In0,vtkImageData*);
26   BBTK_DECLARE_INPUT(In1,vtkImageData*);
27   BBTK_DECLARE_INPUT(In2,vtkImageData*);
28   BBTK_DECLARE_INPUT(In3,vtkImageData*);
29   BBTK_DECLARE_OUTPUT(Out,vtkImageData*);
30   BBTK_PROCESS(Process);
31   void Process();
32
33   vtkImageAppendComponents *_appendFilter;
34
35 //===== 
36 // 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)
37 //===== 
38 };
39
40 BBTK_BEGIN_DESCRIBE_BLACK_BOX(ImageAppendComponents,bbtk::AtomicBlackBox);
41   BBTK_NAME("ImageAppendComponents");
42   BBTK_AUTHOR("InfoDev");
43   BBTK_DESCRIPTION("No Description.");
44   BBTK_CATEGORY("empty");
45
46   BBTK_INPUT(ImageAppendComponents,In0,"Image Component",vtkImageData*,"");
47   BBTK_INPUT(ImageAppendComponents,In1,"Image Component",vtkImageData*,"");
48   BBTK_INPUT(ImageAppendComponents,In2,"Image Component",vtkImageData*,"");
49   BBTK_INPUT(ImageAppendComponents,In3,"Image Component",vtkImageData*,"");
50
51   BBTK_OUTPUT(ImageAppendComponents,Out,"Output image with some components",vtkImageData*,"");
52
53 BBTK_END_DESCRIBE_BLACK_BOX(ImageAppendComponents);
54 //===== 
55 // 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)
56 //===== 
57 }
58 // EO namespace bbcreaVtk
59
60 #endif // __bbcreaVtkImageAppendComponents_h_INCLUDED__
61