From: David Sarrut Date: Mon, 5 Dec 2011 09:14:18 +0000 (+0100) Subject: comment momory display X-Git-Tag: v1.3.0~104^2~23 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=5d11babf14d2a6e12c041286c9d107aa9eff1c10;p=clitk.git comment momory display --- 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");