]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuViewerNV.h
#3534 Mesh_Application optimization
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuViewerNV.h
index f798dcb30d44f2ef9004979fe93ec4a05e7ed49d..642b8d9d5d98fdc8135e4031db2bccd133485324 100644 (file)
@@ -84,6 +84,7 @@ class /*BBTK_EXPORT*/ ViewerNV
   BBTK_DECLARE_INPUT(Obs5, vtkInteractorObserver *);
   BBTK_DECLARE_INPUT(Interpolate, bool);
   BBTK_DECLARE_INPUT(TDxWindow, int);
+  BBTK_DECLARE_INPUT(ReactivityType, int);
 
 
   BBTK_DECLARE_OUTPUT(wxVtkBaseView1,wxVtkBaseView*);
@@ -131,6 +132,7 @@ BBTK_DESCRIPTION("Viewer : N view configuration 2D and 3D (C++,Python)");
   BBTK_INPUT(ViewerNV,Obs5,"Optional: set a different Color level by using an other widget",vtkInteractorObserver*,"");
   BBTK_INPUT(ViewerNV,Interpolate,"Interpolate true/false (default true)",bool,"");
   BBTK_INPUT(ViewerNV,TDxWindow,"(default -1) -1:No TDx  [0..3]:window",int,"");
+  BBTK_INPUT(ViewerNV,ReactivityType,"(default 1) 0:Ractivity Off  1:Ractivity On",int,"");
 
   BBTK_OUTPUT(ViewerNV,wxVtkBaseView1,"wxVtkBaseView 1",wxVtkBaseView  *,"");
   BBTK_OUTPUT(ViewerNV,wxVtkBaseView2,"wxVtkBaseView 2",wxVtkBaseView  *,"");