X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractLymphStation_3P.txx;h=1c9fdc0f81d82ffe0001331f3e13a0ee05cf4a2b;hb=8ba83e36419fdc652818505bc9061135aa31e2d6;hp=eb50f76c932364a25a095e063c2016ab5b079aa0;hpb=907b0bad00cbf772fbf362879c74d673253f97bb;p=clitk.git diff --git a/segmentation/clitkExtractLymphStation_3P.txx b/segmentation/clitkExtractLymphStation_3P.txx index eb50f76..1c9fdc0 100644 --- a/segmentation/clitkExtractLymphStation_3P.txx +++ b/segmentation/clitkExtractLymphStation_3P.txx @@ -1,7 +1,4 @@ -#include -#include - //-------------------------------------------------------------------- template void @@ -65,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;