X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractLymphStation_3P.txx;fp=segmentation%2FclitkExtractLymphStation_3P.txx;h=1c9fdc0f81d82ffe0001331f3e13a0ee05cf4a2b;hb=34f45c6507a3605351e265f4d5eb5b4bb31a1fa6;hp=7f1d5bf7d9eaef0b2fc15c72c1b0c18d4e4b199c;hpb=c88f528a0a2457b9310198993482a8f10a01a5a1;p=clitk.git diff --git a/segmentation/clitkExtractLymphStation_3P.txx b/segmentation/clitkExtractLymphStation_3P.txx index 7f1d5bf..1c9fdc0 100644 --- a/segmentation/clitkExtractLymphStation_3P.txx +++ b/segmentation/clitkExtractLymphStation_3P.txx @@ -1,23 +1,3 @@ -/*========================================================================= - Program: vv http://www.creatis.insa-lyon.fr/rio/vv - - Authors belong to: - - University of LYON http://www.universite-lyon.fr/ - - Léon Bérard cancer center http://www.centreleonberard.fr - - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr - - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the copyright notices for more information. - - It is distributed under dual licence - - - BSD See included LICENSE.txt file - - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html -===========================================================================*/ - -#include -#include //-------------------------------------------------------------------- template @@ -82,13 +62,13 @@ ExtractStation_3P_Remove_Structures() StartNewStep("[Station 3P] Remove some structures."); - Remove_Structures("Aorta"); - Remove_Structures("VertebralBody"); - Remove_Structures("SubclavianArtery"); - Remove_Structures("Esophagus"); - Remove_Structures("Azygousvein"); - Remove_Structures("Thyroid"); - Remove_Structures("VertebralArtery"); + Remove_Structures("3P", "Aorta"); + Remove_Structures("3P", "VertebralBody"); + Remove_Structures("3P", "SubclavianArtery"); + Remove_Structures("3P", "Esophagus"); + Remove_Structures("3P", "Azygousvein"); + Remove_Structures("3P", "Thyroid"); + Remove_Structures("3P", "VertebralArtery"); StopCurrentStep(m_Working_Support); m_ListOfStations["3P"] = m_Working_Support;