]> Creatis software - clitk.git/blobdiff - segmentation/clitkExtractLymphStationsFilter.txx
remove tools (now in tests_dav)
[clitk.git] / segmentation / clitkExtractLymphStationsFilter.txx
index 68b81eebe3cb220f36e2cc15039621dceda0f05a..64455a87a218b79c28d86ee391b7b4a4e5c784e8 100644 (file)
@@ -85,6 +85,9 @@ GenerateOutputInformation() {
   m_Input = dynamic_cast<const ImageType*>(itk::ProcessObject::GetInput(0));
   m_Mediastinum = this->GetAFDB()->template GetImage <MaskImageType>("Mediastinum");
 
+  // DD(this->GetVerboseMemoryFlag());
+  // clitk::PrintMemory(this->GetVerboseMemoryFlag(), "Start"); 
+
   // Clean some computer landmarks to force the recomputation
   // FIXME -> to put elsewhere ?
   this->GetAFDB()->RemoveTag("AntPostVesselsSeparation");
@@ -205,10 +208,10 @@ CheckForStation(std::string station)
   // Check if station already exist in DB
   
   // FIXME -> do nothing if not on the command line. Is it what I want ?
-  bool found = false;
+  //bool found = false;
   if (this->GetAFDB()->TagExist(s)) {
     m_ListOfStations[station] = this->GetAFDB()->template GetImage<MaskImageType>(s);
-    found = true;
+    //found = true;
   }
 
 }