From: Juan Prieto Date: Tue, 9 Feb 2010 19:47:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CREATOOLS.2-0-3~65 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=d873d8c803e8835c872cc2b3d9b384ee57e67462;p=creaMaracasVisu.git *** empty log message *** --- diff --git a/bbtk/src/bbmaracasvisuViewerNV.cxx b/bbtk/src/bbmaracasvisuViewerNV.cxx index fa98991..fcec3e9 100644 --- a/bbtk/src/bbmaracasvisuViewerNV.cxx +++ b/bbtk/src/bbmaracasvisuViewerNV.cxx @@ -79,8 +79,8 @@ void ViewerNV::Process() // std::cout<<"img "<SetType(&type); @@ -231,28 +231,28 @@ void ViewerNV::updateObservers(){ interactor = bbGetOutputInteractor1(); if(interactor){ if (bbGetInputObs1()!=NULL){ - bbGetInputObs1()->SetInteractor(interactor); - bbGetInputObs1()->EnabledOn(); + bbGetInputObs1()->SetInteractor(interactor); + bbGetInputObs1()->EnabledOn(); } if (bbGetInputObs2()!=NULL) { bbGetInputObs2()->SetInteractor(interactor); - bbGetInputObs2()->EnabledOn(); + bbGetInputObs2()->EnabledOn(); } if (bbGetInputObs3()!=NULL) { bbGetInputObs3()->SetInteractor(interactor); - bbGetInputObs3()->EnabledOn(); + bbGetInputObs3()->EnabledOn(); } if (bbGetInputObs4()!=NULL) { bbGetInputObs4()->SetInteractor(interactor); - bbGetInputObs4()->EnabledOn(); + bbGetInputObs4()->EnabledOn(); } if (bbGetInputObs5()!=NULL) { bbGetInputObs5()->SetInteractor(interactor); - bbGetInputObs5()->EnabledOn(); + bbGetInputObs5()->EnabledOn(); } } } diff --git a/bbtk/src/bbmaracasvisuViewerNV.h b/bbtk/src/bbmaracasvisuViewerNV.h index 7217627..ce0a9b3 100644 --- a/bbtk/src/bbmaracasvisuViewerNV.h +++ b/bbtk/src/bbmaracasvisuViewerNV.h @@ -11,6 +11,7 @@ #include "widgets/wxMPRWidget.h" #include "widgets/wxMaracas_ViewerWidget.h" #include "widgets/wxMaracas_N_ViewersWidget.h" +#include "vtkImagePlaneWidget.h" namespace bbcreaMaracasVisu {