]> Creatis software - creaContours.git/blob - bbtk/src/bbcreaContoursSetViewerPosition.h
d279eda5ba76332a98b03818348150ba712d68c6
[creaContours.git] / bbtk / src / bbcreaContoursSetViewerPosition.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 __bbcreaContoursSetViewerPosition_h_INCLUDED__
5 #define __bbcreaContoursSetViewerPosition_h_INCLUDED__
6
7 #include "bbcreaContours_EXPORT.h"
8 #include "bbtkAtomicBlackBox.h"
9 #include "iostream"
10
11 #include "wxContourMainFrame.h"
12
13 namespace bbcreaContours
14 {
15
16 class bbcreaContours_EXPORT SetViewerPosition
17         :public bbtk::AtomicBlackBox
18 {
19   BBTK_BLACK_BOX_INTERFACE(SetViewerPosition,bbtk::AtomicBlackBox);
20 //===== 
21 // 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)
22 //===== 
23   BBTK_DECLARE_INPUT(wxContourMainFrame,wxContourMainFrame*);
24   BBTK_DECLARE_INPUT(Position,std::vector<int>);
25 //  BBTK_DECLARE_OUTPUT(Out,double);
26   BBTK_PROCESS(Process);
27   void Process();
28 //===== 
29 // 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)
30 //===== 
31 };
32
33 BBTK_BEGIN_DESCRIBE_BLACK_BOX(SetViewerPosition,bbtk::AtomicBlackBox);
34   BBTK_NAME("SetViewerPosition");
35   BBTK_AUTHOR("InfoDev");
36   BBTK_DESCRIPTION("No Description.");
37   BBTK_CATEGORY("empty");
38
39   BBTK_INPUT(SetViewerPosition,wxContourMainFrame,"wxContourMainFrame",wxContourMainFrame*,"");
40   BBTK_INPUT(SetViewerPosition,Position,"vector px py pz",std::vector<int>,"");
41
42   //BBTK_OUTPUT(SetViewerPosition,Out,"First output",double,"");
43
44 BBTK_END_DESCRIBE_BLACK_BOX(SetViewerPosition);
45 //===== 
46 // 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)
47 //===== 
48 }
49 // EO namespace bbcreaContours
50
51 #endif // __bbcreaContoursSetViewerPosition_h_INCLUDED__
52