]> Creatis software - crea.git/blob - appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithITK.h
Add a sample package
[crea.git] / appli / creaNewProject / NewProject / bbtk_mySamplePackage_PKG / src / bbmySamplePackagemySampleBoxWithITK.h
1 //===== 
2 // Don't edit this file. This file is generated from xml description.. 
3 //===== 
4 #ifndef __bbmySamplePackagemySampleBoxWithITK_h_INCLUDED__
5 #define __bbmySamplePackagemySampleBoxWithITK_h_INCLUDED__
6 #include "bbmySamplePackage_EXPORT.h"
7 #include "bbtkAtomicBlackBox.h"
8 #include "iostream"
9
10 namespace bbmySamplePackage
11 {
12
13 class bbmySamplePackage_EXPORT mySampleBoxWithITK
14  : 
15    public bbtk::AtomicBlackBox
16 {
17   BBTK_BLACK_BOX_INTERFACE(mySampleBoxWithITK,bbtk::AtomicBlackBox);
18 //===== 
19 // Don't edit this file. This file is generated from xml description.. 
20 //===== 
21   BBTK_DECLARE_INPUT(In,double);
22   BBTK_DECLARE_OUTPUT(Out,double);
23   BBTK_PROCESS(Process);
24   void Process();
25 //===== 
26 // Don't edit this file. This file is generated from xml description.. 
27 //===== 
28 };
29
30 BBTK_BEGIN_DESCRIBE_BLACK_BOX(mySampleBoxWithITK,bbtk::AtomicBlackBox);
31 BBTK_NAME("mySampleBoxWithITK");
32 BBTK_AUTHOR("_author_");
33 BBTK_DESCRIPTION("_description_");
34 BBTK_CATEGORY("");
35 BBTK_INPUT(mySampleBoxWithITK,In,"First input",double,"");
36 BBTK_OUTPUT(mySampleBoxWithITK,Out,"First output",double,"");
37 BBTK_END_DESCRIBE_BLACK_BOX(mySampleBoxWithITK);
38 //===== 
39 // Don't edit this file. This file is generated from xml description.. 
40 //===== 
41 }
42 // EO namespace bbmySamplePackage
43
44 #endif // __bbmySamplePackagemySampleBoxWithITK_h_INCLUDED__
45