]> Creatis software - creaMaracasVisu.git/blob - bbtk/src/bbcreaMaracasVisuSetwxVtkBaseViewLookupTable.h
#3371 creaMaracasVisu Feature New Normal - Compare Images with RGB
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuSetwxVtkBaseViewLookupTable.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 __bbcreaMaracasVisuSetwxVtkBaseViewLookupTable_h_INCLUDED__
5 #define __bbcreaMaracasVisuSetwxVtkBaseViewLookupTable_h_INCLUDED__
6
7 #include "bbcreaMaracasVisu_EXPORT.h"
8 #include "bbtkAtomicBlackBox.h"
9 #include "iostream"
10
11 #include "wxVtkBaseView.h"
12 #include "vtkScalarsToColors.h"
13
14 namespace bbcreaMaracasVisu
15 {
16
17 class bbcreaMaracasVisu_EXPORT SetwxVtkBaseViewLookupTable
18  : 
19    public bbtk::AtomicBlackBox
20 {
21   BBTK_BLACK_BOX_INTERFACE(SetwxVtkBaseViewLookupTable,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(BaseView1,wxVtkBaseView*);
26   BBTK_DECLARE_INPUT(BaseView2,wxVtkBaseView*);
27   BBTK_DECLARE_INPUT(BaseView3,wxVtkBaseView*);
28   BBTK_DECLARE_INPUT(BaseView4,wxVtkBaseView*);
29   BBTK_DECLARE_INPUT(ScalarToColors,vtkScalarsToColors*);
30   BBTK_DECLARE_INPUT(OutputFormat,int);
31 //  BBTK_DECLARE_OUTPUT(Out,double);
32         BBTK_PROCESS(Process);
33         void Process();
34         void SetLookupTable(wxVtkBaseView* baseview , vtkScalarsToColors* scalartocolors, int outputformat );
35
36 //===== 
37 // 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)
38 //===== 
39 };
40
41 BBTK_BEGIN_DESCRIBE_BLACK_BOX(SetwxVtkBaseViewLookupTable,bbtk::AtomicBlackBox);
42   BBTK_NAME("SetwxVtkBaseViewLookupTable");
43   BBTK_AUTHOR("InfoDev");
44   BBTK_DESCRIPTION("No Description.");
45   BBTK_CATEGORY("empty");
46
47   BBTK_INPUT(SetwxVtkBaseViewLookupTable,BaseView1,"wxVtkBaseView 1",wxVtkBaseView*,"");
48   BBTK_INPUT(SetwxVtkBaseViewLookupTable,BaseView2,"wxVtkBaseView 2",wxVtkBaseView*,"");
49   BBTK_INPUT(SetwxVtkBaseViewLookupTable,BaseView3,"wxVtkBaseView 3",wxVtkBaseView*,"");
50   BBTK_INPUT(SetwxVtkBaseViewLookupTable,BaseView4,"wxVtkBaseView 4",wxVtkBaseView*,"");
51   BBTK_INPUT(SetwxVtkBaseViewLookupTable,ScalarToColors,"LookUp table",vtkScalarsToColors*,"");
52   BBTK_INPUT(SetwxVtkBaseViewLookupTable,OutputFormat,"default (1) VTK_LUMINANCE=1, VTK_LUMINANCE_ALPHA=2, VTK_RGB=3, VTK_RGBA=4",int,"");
53
54 //  BBTK_OUTPUT(SetwxVtkBaseViewLookupTable,Out,"First output",double,"");
55
56 BBTK_END_DESCRIBE_BLACK_BOX(SetwxVtkBaseViewLookupTable);
57 //===== 
58 // 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)
59 //===== 
60 }
61 // EO namespace bbcreaMaracasVisu
62
63 #endif // __bbcreaMaracasVisuSetwxVtkBaseViewLookupTable_h_INCLUDED__
64