]> Creatis software - clitk.git/commitdiff
comment momory display
authorDavid Sarrut <david.sarrut@gmail.com>
Mon, 5 Dec 2011 09:14:18 +0000 (10:14 +0100)
committerDavid Sarrut <david.sarrut@gmail.com>
Mon, 5 Dec 2011 09:14:18 +0000 (10:14 +0100)
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");