]> Creatis software - clitk.git/blobdiff - segmentation/clitkExtractLymphStationsFilter.txx
comment momory display
[clitk.git] / segmentation / clitkExtractLymphStationsFilter.txx
index 68b81eebe3cb220f36e2cc15039621dceda0f05a..384f70c159c7b11bcc1f8bdd26dab1bfa52f7d06 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");