]> Creatis software - creaContours.git/blob - bbtk/src/bbcreaContourswxContourMainFrame_tool.h
b4598f18608b8c42139c41f2dc2dca146d938aa7
[creaContours.git] / bbtk / src / bbcreaContourswxContourMainFrame_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 __bbcreaContourswxContourMainFrame_tool_h_INCLUDED__
5 #define __bbcreaContourswxContourMainFrame_tool_h_INCLUDED__
6
7 #include "bbcreaContours_EXPORT.h"
8 #include "bbtkAtomicBlackBox.h"
9 #include "iostream"
10
11 #include "vtkImageData.h"
12
13 namespace bbcreaContours
14 {
15
16 class bbcreaContours_EXPORT wxContourMainFrame_tool
17  : 
18    public bbtk::AtomicBlackBox
19 {
20   BBTK_BLACK_BOX_INTERFACE(wxContourMainFrame_tool,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( Type  , int                   );
25   BBTK_DECLARE_INPUT( Param1, std::vector<double>   );
26   BBTK_DECLARE_INPUT( Image , vtkImageData*         );
27
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(wxContourMainFrame_tool,bbtk::AtomicBlackBox);
37   BBTK_NAME("wxContourMainFrame_tool");
38   BBTK_AUTHOR("InfoDev");
39   BBTK_DESCRIPTION("No Description.");
40   BBTK_CATEGORY("empty");
41   BBTK_INPUT(wxContourMainFrame_tool,Type,"(default 0) Type 0:nothing  1:Isovalue segmentation of Image",int,"");
42   BBTK_INPUT(wxContourMainFrame_tool,Param1,"List of parameters  Type1:[isovalue] ", std::vector<double>,"");
43   BBTK_INPUT(wxContourMainFrame_tool,Image,"Image", vtkImageData*,"");
44 //  BBTK_OUTPUT(wxContourMainFrame_tool,Out,"First output",double,"");
45 BBTK_END_DESCRIBE_BLACK_BOX(wxContourMainFrame_tool);
46 //===== 
47 // 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)
48 //===== 
49
50 }// EO namespace bbcreaContours
51
52 #endif // __bbcreaContourswxContourMainFrame_tool_h_INCLUDED__
53