]> Creatis software - creaContours.git/blob - bbtk/src/bbcreaContoursSetFileLocation.h
#3328 creaContours Feature New Normal - SetFileLocation box
[creaContours.git] / bbtk / src / bbcreaContoursSetFileLocation.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 __bbcreaContoursSetFileLocation_h_INCLUDED__
5 #define __bbcreaContoursSetFileLocation_h_INCLUDED__
6
7 #include "bbcreaContours_EXPORT.h"
8 #include "bbtkAtomicBlackBox.h"
9 #include "iostream"
10
11 namespace bbcreaContours
12 {
13
14 class bbcreaContours_EXPORT SetFileLocation
15  : 
16    public bbtk::AtomicBlackBox
17 {
18   BBTK_BLACK_BOX_INTERFACE(SetFileLocation,bbtk::AtomicBlackBox);
19 //===== 
20 // 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)
21 //===== 
22   BBTK_DECLARE_INPUT(FileLocation, std::string);
23 //  BBTK_DECLARE_OUTPUT(Out,double);
24   BBTK_PROCESS(Process);
25   void Process();
26 //===== 
27 // 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)
28 //===== 
29 };
30
31 BBTK_BEGIN_DESCRIBE_BLACK_BOX(SetFileLocation,bbtk::AtomicBlackBox);
32   BBTK_NAME("SetFileLocation");
33   BBTK_AUTHOR("InfoDev");
34   BBTK_DESCRIPTION("No Description.");
35   BBTK_CATEGORY("empty");
36
37   BBTK_INPUT(SetFileLocation,FileLocation,"File Location",std::string,"");
38
39 //  BBTK_OUTPUT(SetFileLocation,Out,"First output",double,"");
40
41 BBTK_END_DESCRIBE_BLACK_BOX(SetFileLocation);
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 bbcreaContours
47
48 #endif // __bbcreaContoursSetFileLocation_h_INCLUDED__
49