]> Creatis software - creaContours.git/blob - bbtk/src/bbcreaContoursOnSave.h
#3328 creaContours Feature New Normal - SetFileLocation box
[creaContours.git] / bbtk / src / bbcreaContoursOnSave.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 __bbcreaContoursOnSave_h_INCLUDED__
5 #define __bbcreaContoursOnSave_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 OnSave
15  : 
16    public bbtk::AtomicBlackBox
17 {
18   BBTK_BLACK_BOX_INTERFACE(OnSave,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(Active,bool);
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(OnSave,bbtk::AtomicBlackBox);
32   BBTK_NAME("OnSave"); 
33   BBTK_AUTHOR("InfoDev");
34   BBTK_DESCRIPTION("No Description.");
35   BBTK_CATEGORY("empty");
36
37 //  BBTK_INPUT(OnSave,Active,"(default false) true/false",bool,"");
38
39 //  BBTK_OUTPUT(OnSave,Out,"First output",double,"");
40 BBTK_END_DESCRIBE_BLACK_BOX(OnSave);
41 //===== 
42 // 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)
43 //===== 
44 }
45 // EO namespace bbcreaContours
46
47 #endif // __bbcreaContoursOnSave_h_INCLUDED__
48