From: Eduardo Davila Date: Mon, 20 Jun 2011 17:36:29 +0000 (+0000) Subject: no message X-Git-Tag: v1.0.4~97 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=12b981bff843fa03341334fe5b911a011afaadff;p=creaMaracasVisu.git no message --- diff --git a/bbtk/src/bbmaracasvisuContourVOI.cxx b/bbtk/src/bbmaracasvisuContourVOI.cxx index dfb6202..8c3fbaa 100644 --- a/bbtk/src/bbmaracasvisuContourVOI.cxx +++ b/bbtk/src/bbmaracasvisuContourVOI.cxx @@ -3,6 +3,9 @@ #include "bbmaracasvisuContourVOI.h" #include "bbcreaMaracasVisuPackage.h" + + + namespace bbcreaMaracasVisu { @@ -164,6 +167,9 @@ void ContourVOI::Process() std::cout<<"ContourVOI index "<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); diff --git a/bbtk/src/bbmaracasvisuContourVOI.h b/bbtk/src/bbmaracasvisuContourVOI.h index 5395fbe..47b8cbd 100644 --- a/bbtk/src/bbmaracasvisuContourVOI.h +++ b/bbtk/src/bbmaracasvisuContourVOI.h @@ -7,7 +7,6 @@ #include -#include #include "Contour/ContourVOIWidget.h" @@ -79,7 +78,7 @@ class /*BBTK_EXPORT*/ ContourVOI private: vtkImageData* _img; wxVtkBaseView* _base; - vtkExtractVOI* _extract; +//EED 20Juin2011 vtkExtractVOI* _extract; };