]> Creatis software - creaMaracasVisu.git/blob - bbtk/src/bbcreaMaracasVisuwxVtkBaseView_Info.h
379860abb8c5278fb65c1690b38acb2c58525ebe
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuwxVtkBaseView_Info.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 __bbcreaMaracasVisuwxVtkBaseView_Info_h_INCLUDED__
5 #define __bbcreaMaracasVisuwxVtkBaseView_Info_h_INCLUDED__
6 #include "bbcreaMaracasVisu_EXPORT.h"
7 #include "bbtkAtomicBlackBox.h"
8 #include "iostream"
9
10 #include "wxVtkBaseView.h"
11 #include "vtkRenderer.h"
12
13 namespace bbcreaMaracasVisu
14 {
15
16 class bbcreaMaracasVisu_EXPORT wxVtkBaseView_Info
17  : 
18    public bbtk::AtomicBlackBox
19 {
20   BBTK_BLACK_BOX_INTERFACE(wxVtkBaseView_Info,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(wxVtkBaseView,wxVtkBaseView*);
25   BBTK_DECLARE_OUTPUT(vtkRenderer,vtkRenderer*);
26   BBTK_DECLARE_OUTPUT(Direction,int);
27   BBTK_DECLARE_OUTPUT(Image,vtkImageData*);
28   BBTK_DECLARE_OUTPUT(WindowColorLevel,std::vector<double>);
29   BBTK_DECLARE_OUTPUT(Interpolation,bool);
30   
31   BBTK_PROCESS(Process);
32   void Process();
33 //===== 
34 // 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)
35 //===== 
36 };
37
38 BBTK_BEGIN_DESCRIBE_BLACK_BOX(wxVtkBaseView_Info,bbtk::AtomicBlackBox);
39   BBTK_NAME("wxVtkBaseView_Info");
40   BBTK_AUTHOR("InfoDev");
41   BBTK_DESCRIPTION("No Description.");
42   BBTK_CATEGORY("empty");
43
44   BBTK_INPUT(wxVtkBaseView_Info,wxVtkBaseView,"wxVtkBaseView",wxVtkBaseView*,"");
45
46   BBTK_OUTPUT(wxVtkBaseView_Info,Direction,"Direction -1=3D 0=YZ  1=XZ  2=XY(default)",int,"");
47   BBTK_OUTPUT(wxVtkBaseView_Info,vtkRenderer,"vtkRenderer default=NULL",vtkRenderer*,"");
48   BBTK_OUTPUT(wxVtkBaseView_Info,Image,"vtkImageData",vtkImageData*,"");
49   BBTK_OUTPUT(wxVtkBaseView_Info,WindowColorLevel,"List [Window, Level]",std::vector<double>,"");
50   BBTK_OUTPUT(wxVtkBaseView_Info,Interpolation,"(default true) true/false",bool,"");
51
52 BBTK_END_DESCRIBE_BLACK_BOX(wxVtkBaseView_Info);
53 //===== 
54 // 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)
55 //===== 
56 }
57 // EO namespace bbcreaMaracasVisu
58
59 #endif // __bbcreaMaracasVisuwxVtkBaseView_Info_h_INCLUDED__
60