From f66fcaf12f7210d0460b7218b04cd9217efa4d42 Mon Sep 17 00:00:00 2001
From: Romulo Pinho <pinho@lyon.fnclcc.fr>
Date: Mon, 19 Sep 2011 13:56:11 +0200
Subject: [PATCH] undoing StructureSet-related patch
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

- the one sent by Joël
---
 vv/CMakeLists.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/vv/CMakeLists.txt b/vv/CMakeLists.txt
index ec1529e..3198e7e 100644
--- a/vv/CMakeLists.txt
+++ b/vv/CMakeLists.txt
@@ -19,7 +19,7 @@ SET(vv_TOOLS
   vvToolResample
 #   vvToolExtractPatient
 #  vvToolExtractLung
-#vvToolStructureSetManager
+  vvToolStructureSetManager
   vvToolMIP
   vvToolConvert ## with dummy vvToolConvert.ui
   
@@ -93,7 +93,7 @@ SET(vv_SRCS
   vvThreadedFilter.cxx
   vvImageContour.cxx
   vvBinaryImageOverlayActor.cxx
-  #vvStructureSetActor.cxx
+  vvStructureSetActor.cxx
   vvROIActor.cxx
   vvBlendImageActor.cxx
   vvToolManager.cxx
@@ -112,7 +112,7 @@ QT4_WRAP_CPP(vv_SRCS
   vvQDicomSeriesSelector.h 
   vvSlicerManager.h
   vvThreadedFilter.h
-  #vvStructureSetActor.h
+  vvStructureSetActor.h
   vvROIActor.h
   vvToolCreatorBase.h
   )
-- 
2.49.0