]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbcreaMaracasVisuwxVtkBaseView_Info.h
#3468 Refres for 3D+t Visu
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuwxVtkBaseView_Info.h
index ada0390eada7a789a45d23c1eff752ec2971a006..379860abb8c5278fb65c1690b38acb2c58525ebe 100644 (file)
@@ -25,6 +25,9 @@ class bbcreaMaracasVisu_EXPORT wxVtkBaseView_Info
   BBTK_DECLARE_OUTPUT(vtkRenderer,vtkRenderer*);
   BBTK_DECLARE_OUTPUT(Direction,int);
   BBTK_DECLARE_OUTPUT(Image,vtkImageData*);
+  BBTK_DECLARE_OUTPUT(WindowColorLevel,std::vector<double>);
+  BBTK_DECLARE_OUTPUT(Interpolation,bool);
+  
   BBTK_PROCESS(Process);
   void Process();
 //===== 
@@ -43,6 +46,8 @@ BBTK_BEGIN_DESCRIBE_BLACK_BOX(wxVtkBaseView_Info,bbtk::AtomicBlackBox);
   BBTK_OUTPUT(wxVtkBaseView_Info,Direction,"Direction -1=3D 0=YZ  1=XZ  2=XY(default)",int,"");
   BBTK_OUTPUT(wxVtkBaseView_Info,vtkRenderer,"vtkRenderer default=NULL",vtkRenderer*,"");
   BBTK_OUTPUT(wxVtkBaseView_Info,Image,"vtkImageData",vtkImageData*,"");
+  BBTK_OUTPUT(wxVtkBaseView_Info,WindowColorLevel,"List [Window, Level]",std::vector<double>,"");
+  BBTK_OUTPUT(wxVtkBaseView_Info,Interpolation,"(default true) true/false",bool,"");
 
 BBTK_END_DESCRIBE_BLACK_BOX(wxVtkBaseView_Info);
 //=====