From 5d11babf14d2a6e12c041286c9d107aa9eff1c10 Mon Sep 17 00:00:00 2001 From: David Sarrut Date: Mon, 5 Dec 2011 10:14:18 +0100 Subject: [PATCH] comment momory display --- segmentation/clitkExtractLymphStationsFilter.txx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/segmentation/clitkExtractLymphStationsFilter.txx b/segmentation/clitkExtractLymphStationsFilter.txx index 68b81ee..384f70c 100644 --- a/segmentation/clitkExtractLymphStationsFilter.txx +++ b/segmentation/clitkExtractLymphStationsFilter.txx @@ -85,6 +85,9 @@ GenerateOutputInformation() { m_Input = dynamic_cast(itk::ProcessObject::GetInput(0)); m_Mediastinum = this->GetAFDB()->template GetImage ("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"); -- 2.45.1