]> Creatis software - creaMaracasVisu.git/commitdiff
no message
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Mon, 20 Jun 2011 17:36:29 +0000 (17:36 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Mon, 20 Jun 2011 17:36:29 +0000 (17:36 +0000)
bbtk/src/bbmaracasvisuContourVOI.cxx
bbtk/src/bbmaracasvisuContourVOI.h

index dfb620215e184217e8afe8316abda565e10ecfb4..8c3fbaaf00e2d79d6ef59bf527e3671debbbb1c3 100644 (file)
@@ -3,6 +3,9 @@
 
 #include "bbmaracasvisuContourVOI.h"
 #include "bbcreaMaracasVisuPackage.h"
+
+
+
 namespace bbcreaMaracasVisu
 {
 
@@ -164,6 +167,9 @@ void ContourVOI::Process()
 
                std::cout<<"ContourVOI index "<<Index<<" size "<<Size<<std::endl;
 
+       /*EED 20 Juin 2011      
+         This go out of the box ... see ExtractVtkImageFilter ...
+        
                //JCP
                if(_extract!=NULL){             
                        _extract->Delete();
@@ -176,7 +182,7 @@ void ContourVOI::Process()
                _extract->Update();
                bbSetOutputVOI(_extract->GetOutput());
                //JCP
-                
+  */
 
                
                bbSetOutputIndex( Index );
@@ -203,7 +209,7 @@ void ContourVOI::bbUserSetDefaultValues()
 
        _img = NULL;
        _base = NULL;
-       _extract =NULL;
+//EED 20Juin2011       _extract =NULL;
        bbSetInputwxVtkBaseView(NULL);
        bbSetInputIn(NULL);
        bbSetOutputWidget(NULL);
index 5395fbe354e3c8372e6319a4be4ae9d503bd1083..47b8cbd720645cf60985a75b5ebf79e69140b39c 100644 (file)
@@ -7,7 +7,6 @@
 
 
 #include <vtkImageData.h>
-#include <vtkExtractVOI.h>
 
 #include "Contour/ContourVOIWidget.h"
 
@@ -79,7 +78,7 @@ class /*BBTK_EXPORT*/ ContourVOI
 private:
        vtkImageData* _img;
        wxVtkBaseView* _base;
-       vtkExtractVOI*  _extract;
+//EED 20Juin2011       vtkExtractVOI*  _extract;
 
 };