]> Creatis software - creaContours.git/blob - bbtk/src/bbcreaContoursSetViewerPosition.h
#3322 creaContours Feature New Normal - Show reference contour Befor After actual...
[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_INPUT(Direction,int);
26 //  BBTK_DECLARE_OUTPUT(Out,double);
27   BBTK_PROCESS(Process);
28   void Process();
29 //===== 
30 // 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)
31 //===== 
32 };
33
34 BBTK_BEGIN_DESCRIBE_BLACK_BOX(SetViewerPosition,bbtk::AtomicBlackBox);
35   BBTK_NAME("SetViewerPosition");
36   BBTK_AUTHOR("InfoDev");
37   BBTK_DESCRIPTION("No Description.");
38   BBTK_CATEGORY("empty");
39
40   BBTK_INPUT(SetViewerPosition,wxContourMainFrame,"wxContourMainFrame",wxContourMainFrame*,"");
41   BBTK_INPUT(SetViewerPosition,Position,"vector px py pz",std::vector<int>,"");
42   BBTK_INPUT(SetViewerPosition,Direction,"(default 0) 0:XYZ 1:XZY 2:YZX",int,"");
43
44   //BBTK_OUTPUT(SetViewerPosition,Out,"First output",double,"");
45
46 BBTK_END_DESCRIBE_BLACK_BOX(SetViewerPosition);
47 //===== 
48 // 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)
49 //===== 
50 }
51 // EO namespace bbcreaContours
52
53 #endif // __bbcreaContoursSetViewerPosition_h_INCLUDED__
54