]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/src/bbcreaVtkBoxWidget_tool.h
#3525 Python descrition
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkBoxWidget_tool.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 __bbcreaVtkBoxWidget_tool_h_INCLUDED__
5 #define __bbcreaVtkBoxWidget_tool_h_INCLUDED__
6
7 #include "bbcreaVtk_EXPORT.h"
8 #include "bbtkAtomicBlackBox.h"
9 #include "iostream"
10
11 #include "vtkLinearTransform.h"
12 #include "bbcreaVtkBoxWidget.h"
13
14 namespace bbcreaVtk
15 {
16
17 class bbcreaVtk_EXPORT BoxWidget_tool
18  : 
19    public bbtk::AtomicBlackBox
20 {
21   BBTK_BLACK_BOX_INTERFACE(BoxWidget_tool,bbtk::AtomicBlackBox);
22 //===== 
23 // 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)
24 //===== 
25     BBTK_DECLARE_INPUT(Type,int);
26     BBTK_DECLARE_INPUT(Transform,vtkLinearTransform*);
27     BBTK_DECLARE_INPUT(Param01,std::vector<double>);
28     BBTK_DECLARE_INPUT(Param02,std::vector<double>);
29     BBTK_DECLARE_INPUT(Box_BoxWidget,BoxWidget*);
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(BoxWidget_tool,bbtk::AtomicBlackBox);
38   BBTK_NAME("BoxWidget_tool");
39   BBTK_AUTHOR("InfoDev");
40   BBTK_DESCRIPTION("No Description.");
41   BBTK_CATEGORY("empty");
42   BBTK_INPUT(BoxWidget_tool,Type,"(default 0) 0:Nothing  1:SetTransform",int,"");
43   BBTK_INPUT(BoxWidget_tool,Transform,"vtkTransform",vtkLinearTransform*,"");
44   BBTK_INPUT(BoxWidget_tool,Param01,"",std::vector<double>,"");
45   BBTK_INPUT(BoxWidget_tool,Box_BoxWidget,"bbtk Box BoxWidget",BoxWidget*,"");
46 BBTK_END_DESCRIBE_BLACK_BOX(BoxWidget_tool);
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 } // EO namespace bbcreaVtk
51
52 #endif // __bbcreaVtkBoxWidget_tool_h_INCLUDED__
53