X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractLymphStationsFilter.h;h=60a73e01cc57d1501d270c2d392942d533c7409e;hb=b27eb1982254cc53df1d032413317ce6c7f0556a;hp=2db65b0ba1e928f45b35d9287784f8ad4d16d4c9;hpb=d8491513127692da553a367ac5460a63a45f7129;p=clitk.git diff --git a/segmentation/clitkExtractLymphStationsFilter.h b/segmentation/clitkExtractLymphStationsFilter.h index 2db65b0..60a73e0 100644 --- a/segmentation/clitkExtractLymphStationsFilter.h +++ b/segmentation/clitkExtractLymphStationsFilter.h @@ -224,6 +224,17 @@ namespace clitk { void ExtractStation_1RL_Ant_Limits(); void ExtractStation_1RL_Post_Limits(); + // Station 4RL + void ExtractStation_4RL_SetDefaultValues(); + void ExtractStation_4RL(); + void ExtractStation_4RL_SI_Limits(); + void ExtractStation_4RL_LR_Limits(); + void ExtractStation_4RL_AP_Limits(); + MaskImagePointer m_RightSupport; + MaskImagePointer m_LeftSupport; + + + // Station 7 void ExtractStation_7(); void ExtractStation_7_SetDefaultValues(); @@ -252,14 +263,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