]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/src/bbcreaVtkImage3DVector.h~
2187 BBTK Feature New Normal New feature creaVtk
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkImage3DVector.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 __bbcreaVtkImage3DVector_h_INCLUDED__
5 #define __bbcreaVtkImage3DVector_h_INCLUDED__
6 #include "bbcreaVtk_EXPORT.h"
7 #include "bbtkAtomicBlackBox.h"
8 #include "iostream"
9
10 namespace bbcreaVtk
11 {
12
13 class bbcreaVtk_EXPORT Image3DVector
14  : 
15    public bbtk::AtomicBlackBox
16 {
17   BBTK_BLACK_BOX_INTERFACE(Image3DVector,bbtk::AtomicBlackBox);
18 //===== 
19 // 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)
20 //===== 
21   BBTK_DECLARE_INPUT(In,std::vector<vtkImageData*>);
22         BBTK_DECLARE_INPUT (NbImagesPerRow,int);
23   BBTK_DECLARE_INPUT (NbImagesInMosaic,int);
24   BBTK_DECLARE_OUTPUT(Out,std::vector<vtkImageData*>);
25   BBTK_PROCESS(Process);
26   void Process();
27 //===== 
28 // 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)
29 //===== 
30 };
31
32 BBTK_BEGIN_DESCRIBE_BLACK_BOX(Image3DVector,bbtk::AtomicBlackBox);
33 BBTK_NAME("Image3DVector");
34 BBTK_AUTHOR("Carlos torres");
35 BBTK_DESCRIPTION("carlos.torres@insa-lyon.fr -");
36 BBTK_CATEGORY("empty");
37 BBTK_INPUT(Image3DVector,In,"2D image list",std::vector<vtkImageData*>,"");
38 BBTK_INPUT(Image3DVector,NbImagesPerRow,"Nb of Images Per Row ",int,"");
39 BBTK_INPUT(Image3DVector,NbImagesInMosaic,"Nb of Images In Mosaic ",int,"");
40 BBTK_OUTPUT(Image3DVector,Out,"3D image Vector",std::vector<vtkImageData*>,"");
41 BBTK_END_DESCRIBE_BLACK_BOX(Image3DVector);
42 //===== 
43 // 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)
44 //===== 
45 }
46 // EO namespace bbcreaVtk
47
48 #endif // __bbcreaVtkImage3DVector_h_INCLUDED__
49