]> Creatis software - creaContours.git/blob - bbtk/src/bbcreaContoursSetColorLayerImage.h
SetColorImage update
[creaContours.git] / bbtk / src / bbcreaContoursSetColorLayerImage.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 __bbcreaContoursSetColorLayerImage_h_INCLUDED__
5 #define __bbcreaContoursSetColorLayerImage_h_INCLUDED__
6
7 #include "bbcreaContours_EXPORT.h"
8 #include "bbtkAtomicBlackBox.h"
9 #include "iostream"
10
11 #include "vtkImageData.h"
12
13
14 namespace bbcreaContours
15 {
16
17 class bbcreaContours_EXPORT SetColorLayerImage
18  : 
19    public bbtk::AtomicBlackBox
20 {
21   BBTK_BLACK_BOX_INTERFACE(SetColorLayerImage,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
26 //  BBTK_DECLARE_INPUT(wxContourMainFrame,wxContourMainFrame*);
27   BBTK_DECLARE_INPUT(In,vtkImageData*);
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(SetColorLayerImage,bbtk::AtomicBlackBox);
37   BBTK_NAME("SetColorLayerImage");
38   BBTK_AUTHOR("InfoDev");
39   BBTK_DESCRIPTION("No Description.");
40   BBTK_CATEGORY("empty");
41
42 //  BBTK_INPUT(SetColorLayerImage,wxContourMainFrame,"wxContourMainFrame",wxContourMainFrame*,"");
43   BBTK_INPUT(SetColorLayerImage,In,"Input image",vtkImageData*,"");
44 //  BBTK_OUTPUT(SetColorLayerImage,Out,"First output",double,"");
45 BBTK_END_DESCRIBE_BLACK_BOX(SetColorLayerImage);
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 // __bbcreaContoursSetColorLayerImage_h_INCLUDED__
53