X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractLymphStationsFilter.h;h=b7b8c3b939bf0039542db04cb0a6e1411c688820;hb=9dd7511c02ac8bd86c7f953782080449212a6ebd;hp=2db65b0ba1e928f45b35d9287784f8ad4d16d4c9;hpb=32539f6a33f6a97a8493a1fa11360d09be843a4c;p=clitk.git diff --git a/segmentation/clitkExtractLymphStationsFilter.h b/segmentation/clitkExtractLymphStationsFilter.h index 2db65b0..b7b8c3b 100644 --- a/segmentation/clitkExtractLymphStationsFilter.h +++ b/segmentation/clitkExtractLymphStationsFilter.h @@ -224,6 +224,21 @@ namespace clitk { void ExtractStation_1RL_Ant_Limits(); void ExtractStation_1RL_Post_Limits(); + // Station 4RL + void ExtractStation_4RL_SetDefaultValues(); + void ExtractStation_4RL(); + void ExtractStation_S4L_S5_Limits_Aorta_LeftPulmonaryArtery(int KeepPoint); + + // Station 5 + void ExtractStation_5_SetDefaultValues(); + void ExtractStation_5(); + void ExtractStation_5_Limits_AscendingAorta_Ant(); + + // Station 6 + void ExtractStation_6_SetDefaultValues(); + void ExtractStation_6(); + + // Station 7 void ExtractStation_7(); void ExtractStation_7_SetDefaultValues(); @@ -252,14 +267,6 @@ namespace clitk { ListOfPointsType & LR, ListOfPointsType & Ant, ListOfPointsType & Post); - // Station 4RL - void ExtractStation_4RL(); - void ExtractStation_4RL_SI_Limits(); - void ExtractStation_4RL_LR_Limits(); - void ExtractStation_4RL_AP_Limits(); - MaskImagePointer m_RightSupport; - MaskImagePointer m_LeftSupport; - private: ExtractLymphStationsFilter(const Self&); //purposely not implemented void operator=(const Self&); //purposely not implemented @@ -278,6 +285,9 @@ namespace clitk { #include "clitkExtractLymphStation_3A.txx" #include "clitkExtractLymphStation_4RL.txx" #include "clitkExtractLymphStation_1RL.txx" +#include "clitkExtractLymphStation_5.txx" +#include "clitkExtractLymphStation_6.txx" + #include "clitkExtractLymphStation_8.txx" #include "clitkExtractLymphStation_7.txx" #endif