]> Creatis software - creaMaracasVisu.git/blob - bbtk/src/bbcreaMaracasVisuChangeInformation3Dto2DforRuler.h
2345 creaMaracasVisu Feature Test Phase Normal Ruler01XY
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuChangeInformation3Dto2DforRuler.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 __bbcreaMaracasVisuChangeInformation3Dto2DforRuler_h_INCLUDED__
5 #define __bbcreaMaracasVisuChangeInformation3Dto2DforRuler_h_INCLUDED__
6 #include "bbcreaMaracasVisu_EXPORT.h"
7 #include "bbtkAtomicBlackBox.h"
8 #include "iostream"
9
10 namespace bbcreaMaracasVisu
11 {
12
13 class bbcreaMaracasVisu_EXPORT ChangeInformation3Dto2DforRuler
14  : 
15    public bbtk::AtomicBlackBox
16 {
17   BBTK_BLACK_BOX_INTERFACE(ChangeInformation3Dto2DforRuler,bbtk::AtomicBlackBox);
18 //===== 
19 // 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)
20 //===== 
21 /*
22   BBTK_DECLARE_INPUT(Angle,double);
23   BBTK_DECLARE_INPUT(Direction,int);
24   BBTK_DECLARE_INPUT(Size,int);
25   BBTK_DECLARE_OUTPUT(OutPointX,std::vector<double>);
26   BBTK_DECLARE_OUTPUT(OutPointY,std::vector<double>);
27   BBTK_DECLARE_OUTPUT(OutPointZ,std::vector<double>);
28   BBTK_DECLARE_OUTPUT(RotationVector,std::vector<double>);
29 */
30   BBTK_PROCESS(Process);
31   void Process();
32 //===== 
33 // 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)
34 //===== 
35 };
36
37 BBTK_BEGIN_DESCRIBE_BLACK_BOX(ChangeInformation3Dto2DforRuler,bbtk::AtomicBlackBox);
38   BBTK_NAME("ChangeInformation3Dto2DforRuler");
39   BBTK_AUTHOR("InfoDev");
40   BBTK_DESCRIPTION("No Description.");
41   BBTK_CATEGORY("empty");
42
43 /*
44   BBTK_INPUT(ChangeInformationPoint3Dto2DforRuler,Angle,"Angle in Deg. (0 default)",double,"");
45   BBTK_INPUT(ChangeInformationPoint3Dto2DforRuler,Direction,"Direction -1=3D 0=YZ  1=WZ  2=XY(default) ",int,"");
46   BBTK_INPUT(ChangeInformationPoint3Dto2DforRuler,Size,"Size in Pixels (10 default)",int,"");
47  
48   BBTK_OUTPUT(ChangeInformationPoint3Dto2DforRuler,OutPointX,"Output Point 2D new order",std::vector<double>,"");
49   BBTK_OUTPUT(ChangeInformationPoint3Dto2DforRuler,OutPointY,"Output Point 2D new order",std::vector<double>,"");
50   BBTK_OUTPUT(ChangeInformationPoint3Dto2DforRuler,OutPointZ,"Output Point 2D new order",std::vector<double>,"");
51   BBTK_OUTPUT(ChangeInformationPoint3Dto2DforRuler,RotationVector,"RotationVector (default ang=0, vx=0, vy=0, vz=1)",std::vector<double>,"");
52 */
53 BBTK_END_DESCRIBE_BLACK_BOX(ChangeInformation3Dto2DforRuler);
54 //===== 
55 // 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)
56 //===== 
57 }
58 // EO namespace bbcreaMaracasVisu
59
60 #endif // __bbcreaMaracasVisuChangeInformation3Dto2DforRuler_h_INCLUDED__
61