]> Creatis software - creaMaracasVisu.git/commitdiff
*** empty log message ***
authorJuan Prieto <Juan.Prieto@creatis.insa-lyon.fr>
Thu, 28 May 2009 14:28:50 +0000 (14:28 +0000)
committerJuan Prieto <Juan.Prieto@creatis.insa-lyon.fr>
Thu, 28 May 2009 14:28:50 +0000 (14:28 +0000)
CMakeLists.txt
bbtk/src/bbmaracasvisuViewerNV.cxx

index 9581d2deab50af17bc1a535f794930dad7bee82e..6ca83968568c50fcd8650b44fed169938c97e150 100644 (file)
@@ -29,7 +29,7 @@ CREA_PREVENT_IN_SOURCE_BUILD()
 SET(USE_WXWIDGETS ON)
 SET(USE_VTK ON)
 SET(USE_ITK ON)
-SET(USE_BOOST OFF)
+SET(USE_BOOST ON)
 
 OPTION (${PROJECT_NAME}_DOC "${PROJECT_NAME}_DOC" OFF)
 
index 7da265462b08b1b70284e5d494d4d969c7aceb17..8ada8677c85fb0b6e3adb2a60dc47d32c9758f78 100644 (file)
@@ -58,6 +58,9 @@ void ViewerNV::Process()
 
        vtkImageData* img = bbGetInputIn();
        std::vector<int> type = bbGetInputnTypeView();
+
+       std::cout<<"img "<<img<<std::endl;
+       std::cout<<"widget "<<mwxwidget<<std::endl;
        
        if(img != NULL && mwxwidget != NULL){// && !enter){