]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/src/bbcreaVtkPlaneWidget_Base.h
#3527 Deformation Undo-Redo fixes
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkPlaneWidget_Base.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 __bbcreaVtkPlaneWidget_Base_h_INCLUDED__
5 #define __bbcreaVtkPlaneWidget_Base_h_INCLUDED__
6
7 #include "bbcreaVtk_EXPORT.h"
8 #include "bbtkAtomicBlackBox.h"
9 #include "iostream"
10
11 #include "creaVtkPlaneWidget.h"
12
13 namespace bbcreaVtk
14 {
15
16 class bbcreaVtk_EXPORT PlaneWidget_Base
17  : 
18    public bbtk::AtomicBlackBox
19 {
20   BBTK_BLACK_BOX_INTERFACE(PlaneWidget_Base,bbtk::AtomicBlackBox);
21 //===== 
22 // 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)
23 //===== 
24   BBTK_DECLARE_INPUT(In, creaVtkPlaneWidget* );
25   BBTK_DECLARE_INPUT(Type, int );
26   BBTK_DECLARE_INPUT(Param, double );
27   BBTK_DECLARE_INPUT(ParamVector, std::vector<double> );
28   BBTK_DECLARE_OUTPUT(Out,double);
29   BBTK_PROCESS(Process);
30   void Process();
31 //===== 
32 // 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)
33 //===== 
34 };
35
36 BBTK_BEGIN_DESCRIBE_BLACK_BOX(PlaneWidget_Base,bbtk::AtomicBlackBox);
37   BBTK_NAME("PlaneWidget_Base");
38   BBTK_AUTHOR("InfoDev");
39   BBTK_DESCRIPTION("No Description.");
40   BBTK_CATEGORY("empty");
41   BBTK_INPUT(PlaneWidget_Base,In,"Base creaVtkPlaneWidget ", creaVtkPlaneWidget* ,"");
42   BBTK_INPUT(PlaneWidget_Base,Type,"(default 0) 0:nothing  1:Move Normal Direction (Param=step) 2:Set Normal (ParamVector=Normal)   3:Set Origin (ParamVector=Origin)", int ,"");
43   BBTK_INPUT(PlaneWidget_Base,Param,"Type=1 step ", double ,"");
44   BBTK_INPUT(PlaneWidget_Base,ParamVector,"Type=2 Set normal, Type=3 Set origin", std::vector<double> ,"");
45 //  BBTK_OUTPUT(PlaneWidget_Base,Out,"First output",double,"");
46 BBTK_END_DESCRIBE_BLACK_BOX(PlaneWidget_Base);
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 bbcreaVtk
52
53 #endif // __bbcreaVtkPlaneWidget_Base_h_INCLUDED__
54