X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=segmentation%2FclitkExtractLymphStationsFilter.txx;h=64455a87a218b79c28d86ee391b7b4a4e5c784e8;hb=7bf9a4e01ea80f06257ece374f291abb513c09fc;hp=68b81eebe3cb220f36e2cc15039621dceda0f05a;hpb=d8f6cf956310ff7b123df4ad82e20b61831d09ff;p=clitk.git diff --git a/segmentation/clitkExtractLymphStationsFilter.txx b/segmentation/clitkExtractLymphStationsFilter.txx index 68b81ee..64455a8 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"); @@ -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(s); - found = true; + //found = true; } }