]> Creatis software - clitk.git/blobdiff - segmentation/clitkExtractLymphStationsFilter.h
fixed over_one counter
[clitk.git] / segmentation / clitkExtractLymphStationsFilter.h
index 2db65b0ba1e928f45b35d9287784f8ad4d16d4c9..b7b8c3b939bf0039542db04cb0a6e1411c688820 100644 (file)
@@ -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